8 releases

0.2.6 Sep 16, 2024
0.2.5 Sep 13, 2024
0.2.3 Dec 8, 2023
0.2.2 May 5, 2023
0.1.1 Apr 24, 2021

#721 in Text processing

Download history 33/week @ 2024-09-25 16/week @ 2024-10-02 4/week @ 2024-10-09 1/week @ 2024-11-13 9/week @ 2024-11-27 79/week @ 2024-12-04 93/week @ 2024-12-11 22/week @ 2024-12-18 4/week @ 2024-12-25 23/week @ 2025-01-08

53 downloads per month

GPL-3.0-or-later

1.5MB
407 lines

rmatrix

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.

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

Dependencies

~4–5.5MB
~95K SLoC