Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 954 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 954 Bytes

Cargo Build

rmatrix

Generates a 'Matrix'-like screen of falling characters in your terminal rmatrix

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.

Controls

qwerty keyboards:
q red, w green, e yellow, r blue, t pink, y white, u cyan, i rainbow

azerty keyboards:
a red, z green, e yellow, r blue, t pink, y white, u cyan, i rainbow

j - Jap characters
c - Classic characters

0-9 speed of rain

Build

cargo build --release or cargo install rmatrix