Animationen für die Pixeldecke
Go to file
Juergen Stuber eff04faee4 Preset colored noise. 2018-12-28 14:57:41 +01:00
src Preset colored noise. 2018-12-28 14:57:41 +01:00
.gitignore Initial commit. 2018-11-28 16:02:33 +01:00
Cargo.lock Add Cargo.lock to repository for reliable build. 2018-12-03 20:21:48 +01:00
Cargo.toml Draw time of day in the mazes. 2018-12-02 15:57:24 +01:00
README.txt Add colored noise mode.g 2018-12-28 13:47:11 +01:00

README.txt

cnoise - colored noise, sets random pixels in selected colors
    paramater 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

Compile with "cargo build --release".

The binary executables are in the "target/release" subdirectory.