Animationen für die Pixeldecke
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Juergen Stuber e5389416b6 Add matrix code animation 3 weeks ago
src Add matrix code animation 3 weeks ago
.gitignore Initial commit. 5 years ago
Cargo.lock Replace the local implementation of 2d geometry by lowdim 2 months ago
Cargo.toml Replace the local implementation of 2d geometry by lowdim 2 months ago
README.txt Add chars mode. 4 years ago
pixelfooconf.py Add setup script and configuration file for pixelserver2. 4 years ago
setup.sh Add setup script and configuration file for pixelserver2. 4 years ago

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

Compile with "cargo build --release".

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