pixelfoo-apps/README.txt

37 lines
1.1 KiB
Plaintext
Raw Normal View History

cnoise - congress noise, sets random pixels in official congress colors
parameter is the number of the congress, latest by default
2018-12-31 20:03:59 +01:00
chars - display characters randomly
parameter is not used yet
2018-12-28 13:47:11 +01:00
2018-11-28 16:02:33 +01:00
bimood - color cycling mood lamp with two complementary colors
parameter is the seconds for one cycle through the colors
predprey - grass-prey-predator simulation
2024-11-03 19:25:14 +01:00
parameter is the number of actions per 40ms frame
2018-11-28 16:02:33 +01:00
2018-12-28 13:08:37 +01:00
maze - draws a maze by drawing corridors
2024-11-03 19:25:14 +01:00
parameter is the number of actions per 40ms frame
2018-12-28 13:08:37 +01:00
dualmaze - draws a maze by drawing walls
2024-11-03 19:25:14 +01:00
parameter is the number of actions per 40ms frame
2018-11-28 16:02:33 +01:00
2023-11-01 16:46:18 +01:00
life - game of life
2024-11-03 19:25:14 +01:00
parameter is the number of actions per second
2023-11-01 16:46:18 +01:00
matrix-code - the falling code animation from Matrix
parameter is not used yet
lorenz - a Lorenz attractor
2024-11-03 19:25:14 +01:00
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
2023-11-01 16:46:18 +01:00
2024-12-31 21:46:06 +01:00
colorcode - Show a color coded resistor
parameter is not used yet
2018-11-28 16:02:33 +01:00
Compile with "cargo build --release".
The binary executables are in the "target/release" subdirectory.