34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
cnoise - congress noise, sets random pixels in official congress colors
|
|
parameter is the number of the congress, latest by default
|
|
|
|
chars - display characters randomly
|
|
parameter is not used yet
|
|
|
|
bimood - color cycling mood lamp with two complementary colors
|
|
parameter is the seconds for one cycle through the colors
|
|
|
|
predprey - grass-prey-predator simulation
|
|
parameter is the number of actions per 40ms frame
|
|
|
|
maze - draws a maze by drawing corridors
|
|
parameter is the number of actions per 40ms frame
|
|
|
|
dualmaze - draws a maze by drawing walls
|
|
parameter is the number of actions per 40ms frame
|
|
|
|
life - game of life
|
|
parameter is the number of actions per second
|
|
|
|
matrix-code - the falling code animation from Matrix
|
|
parameter is not used yet
|
|
|
|
lorenz - a Lorenz attractor
|
|
parameter is the number of actions per 40ms frame
|
|
|
|
primes - display primes as rod numerals (hommage to Rune Mields)
|
|
parameter is the number of pixels scrolled per second
|
|
|
|
Compile with "cargo build --release".
|
|
|
|
The binary executables are in the "target/release" subdirectory.
|