1
1
Fork 0
Animationen für die Pixeldecke
Go to file
Juergen Stuber c885427791 Fix gen_range calls in chars to adapt to rand API change 2024-01-14 20:20:59 +01:00
src Fix gen_range calls in chars to adapt to rand API change 2024-01-14 20:20:59 +01:00
.gitignore Initial commit. 2018-11-28 16:02:33 +01:00
Cargo.lock Replace the local implementation of 2d geometry by lowdim 2023-04-10 01:00:41 +02:00
Cargo.toml Replace the local implementation of 2d geometry by lowdim 2023-04-10 01:00:41 +02:00
README.txt Update README 2023-11-01 16:46:18 +01:00
pixelfooconf.py Rename cnoise app to "Congress noise" 2023-12-29 23:50:47 +01:00
setup.sh Add setup script and configuration file for pixelserver2. 2019-09-12 22:08:08 +02:00

README.txt

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.