Skip to content

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

License

Notifications You must be signed in to change notification settings

Antidote1911/rmatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published