r-matrix

Crates.ior-matrix
lib.rsr-matrix
version0.2.7
created_at2021-04-24 16:14:50.424238+00
updated_at2025-02-21 20:16:19.970923+00
descriptionRust port of cmatrix.
homepage
repository
max_upload_size
id389013
size1,482,560
(Fierthraix)

documentation

README

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

Key Control
1-9 Speed the letters fall (1 is fastest, 9 is slowest)
Shift + 1-9 Colour of the characters
r Rainbow mode

Installation

cargo

cargo install r-matrix

Arch Linux

yay -S rmatrix

Commit count: 0

cargo fmt