A console screensaver inspired by
BSD rain. The original
rain
was authored by
Eric P. Scott in 1980 (!).
You can git clone
this repository and run cargo build
followed by cargo run
.
Precompiled binaries are available for a few platforms at the
releases page. Note that due to the
dependency on termion, this currently does not work
under Windows.
The rain
binary runs with defaults, but --help
shows the configurable options. If
running with cargo
, you will have to separate out the arguments from arguments to
cargo
itself: cargo run -- --help
.
Feel free to create an issue or submit a PR!