arunim-io/zmatrix
An attempt at recreating the OG cmatrix.
zmatrix is an attempt at recreating the great cmatrix screensaver project, written in C. It is still a work in progress, but can display the rain of characters falling downwards.
You'll need to install the Zig compiler from here. Make sure it's version 0.14, otherwise the program may show errors. After installing the compiler, you can check by running:
zig version
To install zmatrix, you'll first need to clone this repo to your system. Then, run the following:
zig build
After building, you can run the program using:
./zmatrix
Contributions are always welcome! Please feel free to report any issues!