A cross platform matrix rain terminal program that runs well and looks good.
Simply run the following command on windows/mac/linux:
git clone https://github.com/cowboy8625/rusty-rain.git
cd rusty-rain
cargo run --release
or to install:
cargo install rusty-rain
To exit just press ESC
or Ctrl + C
``` Rusty Rain 0.2.0 FLAGS: -h, --help Prints help information -s, --shade Set Rain shading to fade or stay constant -V, --version Prints version information
OPTIONS:
-c, --chars
using cargo to run:
cargo run --release -- -C 0,139,139 -H 255,255,255 -c jap -s
after installing:
rusty-rain -C 0,139,139 -H 255,255,255 -c jap -s
If find any bugs or performance is not up to par please submit a issue so I can better improve the project.