NCMatrix is a [clone/revamp/cheap imitation] of the novelty terminal program CMatrix, leveraging the notcurses library to provide a better-looking, and (in the future) more configurable raining code experience.
This program is currently under development, and has not seen widespread testing (which is very welcome).
- (Build) CMake >= 3.14.0
- (Runtime) notcurses >= 1.3.0
- Clone or download this repository.
- Create a folder in the downloaded directory, typically
build
. - Enter the directory and run
cmake ..
. - Run
make
. - Run
make install
, orsudo make install
, depending on file permissions.
Then run ncmatrix
, and watch the code rain!
Running make uninstall
in the build
directory will uninstall the program.
- Nick Black, for creating notcurses, without which this project would be impossible.
- Chris Allegretta, Abishek V. Ashok, and all the contributors to CMatrix, for creating the inspiration for this project.