mrs-matrix
A multiplatform Rust clone of cmatrix.
Unlike the original cmatrix, supports both Windows and most flavors of Linux. May also support macOS, though this is untested.
Installation instructions
- Install rust using
rustup(this installs cargo, the Rust Package Manager) - Clone this repository locally with
git clone https://github.com/generic-user1/mrs-matrix.git - Enter the directory of the repository with
cd mrs-matrix - Install the project with
cargo install --path . - Run your newly compiled binary with
mrs-matrix. To get a list of possible options, runmrs-matrix --help
Note that the project can be run without installation using cargo run --release. Any arguments to mrs-matrix when running through cargo must be prefixed by -- (e.g. cargo run --release -- -c blue)
Dependencies
As a user, you likely won't have to worry about these as cargo will take care of downloading and building them for you.