Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlnewton/digital-rain
An emulation of the digital rain visual effect from The Matrix
https://github.com/carlnewton/digital-rain
Last synced: 8 days ago
JSON representation
An emulation of the digital rain visual effect from The Matrix
- Host: GitHub
- URL: https://github.com/carlnewton/digital-rain
- Owner: carlnewton
- License: mit
- Created: 2019-07-08T20:16:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T02:11:38.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T15:34:22.749Z (3 months ago)
- Language: JavaScript
- Homepage: https://carlnewton.github.io/digital-rain/
- Size: 267 KB
- Stars: 8
- Watchers: 0
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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 generationScroll 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.