Green Rust is a captivating console application that showcases a mesmerizing matrix-inspired waterfall animation of characters.
Who needs a reason to indulge in the beauty of code art? ;)
This project is crafted in Rust and harnesses the power of cargo
as its package and build management system. To effortlessly build the project along with its essential dependencies, execute the following command:
cargo build --release
Simply run the built executable in any ANSI RGB compatible terminal with the command:
target/release/green_rust
You may change the color and speed using command line arguments. Just issue a --help
to see them all:
target/release/green_rust --help
Contributions to Green Rust are welcome! Whether you want to add new features, fix bugs, or improve documentation, feel free to submit a pull request. For major changes, please open an issue first to discuss the proposed changes.
This project is licensed under the MIT License - see the LICENSE file for details.