31 lines
897 B
Plaintext
31 lines
897 B
Plaintext
cnoise - colored noise, sets random pixels in selected colors
|
|
parameter is not used yet
|
|
|
|
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 number of actions per 40ms frame
|
|
|
|
maze - draws a maze by drawing corridors
|
|
parameter is number of actions per 40ms frame
|
|
|
|
dualmaze - draws a maze by drawing walls
|
|
parameter is number of actions per 40ms frame
|
|
|
|
life - game of life
|
|
parameter is number of actions per second
|
|
|
|
matrix-code - the falling code animation from Matrix
|
|
parameter is not used yet
|
|
|
|
lorenz - a Lorenz attractor
|
|
parameter is number of actions per 40ms frame
|
|
|
|
Compile with "cargo build --release".
|
|
|
|
The binary executables are in the "target/release" subdirectory.
|