A simple Matrix-style digital rain animation built with HTML5 Canvas, CSS, and vanilla JavaScript.
This project runs as a static site and is suitable for deployment with GitHub Pages.
https://frankstop.github.io/MatrixRain/
MatrixRain renders a fullscreen black canvas with falling green characters inspired by the classic Matrix code rain effect.
The animation uses:
- Japanese Katakana characters
- Numbers
- Uppercase English letters
- A fading canvas trail effect
- A responsive fullscreen layout
- Fullscreen canvas animation
- Matrix-style falling code effect
- Responsive browser resizing
- No external libraries
- No build process
- Pure HTML, CSS, and JavaScript
- GitHub Pages compatible
MatrixRain/
├── index.html
└── README.md