Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 606 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 606 Bytes

Digital Rain

A visually and behaviourally accurately emulation of the digital rain visual effect used in The Matrix, based on research done here: https://carlnewton.github.io/digital-rain-analysis/

Demo

https://carlnewton.github.io/digital-rain/

Controls

Spacebar : Stop/start rain generation

Scroll wheel : Increase/decrease glyph size

Development

  • Run npm install gulp upon first downloading the repository.
  • Make changes in the /src directory and run gulp to build /dist/js/script.js or run gulp watch to have it build each time a file is updated in the /src directory.