Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 435 Bytes

File metadata and controls

24 lines (14 loc) · 435 Bytes

Matrix constructor renderer

An attempt to simulate original "Digital rain" effect from the Matrix movie.

Development

Download source code and run Vite local development server:

git clone https://github.com/feesler/matrix-constructor.git
cd matrix-constructor
npm start

Build for production

npm run build

Optimized bundle is generated at dist directory.