Crates.io | r-matrix |
lib.rs | r-matrix |
version | 0.2.6 |
source | src |
created_at | 2021-04-24 16:14:50.424238 |
updated_at | 2024-09-16 20:23:49.872279 |
description | Rust port of cmatrix. |
homepage | |
repository | |
max_upload_size | |
id | 389013 |
size | 1,482,538 |
Generates a 'Matrix'-like screen of falling characters in your terminal
The original cmatrix
was written in C, and crashes when you wildly resize the window.
The rust version is memory-safe, and doesn't crash so easily. Both versions have comparable performance, due to the underlying use of ncurses
.
Key | Control |
---|---|
1-9 | Speed the letters fall (1 is fastest, 9 is slowest) |
Shift + 1-9 | Colour of the characters |
r | Rainbow mode |
cargo install r-matrix
yay -S rmatrix