Add GameOfLife Animation

This commit is contained in:
thoxy
2025-05-27 07:07:37 +02:00
parent a1b38188d0
commit 98af3a98c8
3 changed files with 278 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ pub const Animation = enum {
doom,
matrix,
colormix,
gameoflife,
};
pub const DisplayServer = enum {