Add primes

This commit is contained in:
Juergen Stuber
2024-11-03 19:25:14 +01:00
parent e51336b3f2
commit 90814bea8f
3 changed files with 225 additions and 5 deletions

View File

@ -8,22 +8,25 @@ 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
parameter is the number of actions per 40ms frame
maze - draws a maze by drawing corridors
parameter is number of actions per 40ms frame
parameter is the number of actions per 40ms frame
dualmaze - draws a maze by drawing walls
parameter is number of actions per 40ms frame
parameter is the number of actions per 40ms frame
life - game of life
parameter is number of actions per second
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 number of actions per 40ms frame
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".