rusty-rain 0.1.0

A cross platform CMatrix like program.
rusty-rain-0.1.0 is not a library.

A cross platform matrix rain terminal program that runs well and looks good.

To Use

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

Exit

To exit just press ESC

Command Line Arguments

A terminal program that makes all your friends think you are a hacker.

USAGE:
    rusty-rain [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -c, --chars <characters>    Set what kind of characters are printed as rain
    -C, --color <color>         Set color of Rain with color string name or tuple
                                white,
                                red,
                                blue,
                                green,
                                "(r, g, b)"


    -H, --head <head>           Set the color of the first char in Rain.
    -s, --shade <shade>         Set Rain shading to fade or stay constant

Example

using cargo to run:

cargo run --release -- -C "(0, 139, 139)" -H "(255, 255, 255)" -s 1 -c jap

after installing:

rusty-rain -C "(0, 139, 139)" -H "(255, 255, 255)" -s 1 -c jap

Help

If find any bugs or performance is not up to par please submit a issue so I can better improve the project.