Update README

This commit is contained in:
Juergen Stuber 2023-11-01 16:46:18 +01:00
parent ee3dbaf836
commit c8f2c95f79
1 changed files with 9 additions and 0 deletions

View File

@ -16,6 +16,15 @@ maze - draws a maze by drawing corridors
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.