Animationen für die Pixeldecke
Go to file
2024-11-09 12:10:03 +01:00
src Change color to amber 2024-11-09 12:10:03 +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 Add primes 2024-11-03 19:25:14 +01:00
LICENSE-APACHE Add licenses and more metadata 2024-10-19 15:01:53 +02:00
LICENSE-MIT Add licenses and more metadata 2024-10-19 15:01:53 +02:00
pixelfooconf.py Rename cnoise app to "Congress noise" 2023-12-29 23:50:47 +01:00
README.txt Add primes 2024-11-03 19:25:14 +01:00
setup.sh Add setup script and configuration file for pixelserver2. 2019-09-12 22:08:08 +02:00

cnoise - congress noise, sets random pixels in official congress colors
    parameter is the number of the congress, latest by default

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 the number of actions per 40ms frame

maze - draws a maze by drawing corridors
    parameter is the number of actions per 40ms frame

dualmaze - draws a maze by drawing walls
    parameter is the number of actions per 40ms frame

life - game of life
    parameter is the number of actions per second

matrix-code - the falling code animation from Matrix
    parameter is not used yet

lorenz - a Lorenz attractor
    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

Compile with "cargo build --release".

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