All Projects → emilyxxie → Matrix_vision

emilyxxie / Matrix_vision

Matrix Cam: see yourself inside the Matrix!

Programming Languages

javascript
184084 projects - #8 most used programming language

Matrix Vision

Hello from inside the Matrix.

This project livestreams from your webcam to put you inside the Matrix, mapping each raining katakana character to a corresponding pixel brightness / color value.

alt tag

Instructions

Clone this repository and run an HTTP server serving the contents of the folder. Then open up your browser and point it to localhost.

Using Docker

git clone https://github.com/emilyxxie/matrix_vision.git
docker run -v $(pwd)/matrix_vision:/srv -p 2015:2015 abiosoft/caddy

Then open your browser on localhost:2015.

Tips

  • Avoid being backlit for best results

Additional

This builds on top of a previous project I'd done, which was a reproduction of a 2D digital rain animation: https://github.com/emilyxxie/green_rain

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].