You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yazelix users get the integrated screen surface through the main command:
@@ -44,6 +47,7 @@ From this repository:
44
47
cargo run --bin yzs -- --help
45
48
cargo run --bin yzs -- mandelbrot
46
49
cargo run --bin yzs -- game_of_life_bloom --cell-style dotted
50
+
cargo run --bin yzs -- magician --kitty-frame-dir /path/to/frames --kitty-frame-count 198
47
51
```
48
52
49
53
With Nix:
@@ -60,13 +64,18 @@ Supported styles:
60
64
-`boids_predator`
61
65
-`boids_schools`
62
66
-`mandelbrot`
67
+
-`magician`
63
68
-`game_of_life_gliders`
64
69
-`game_of_life_oscillators`
65
70
-`game_of_life_bloom`
66
71
-`random`
67
72
68
73
No style means `random`
69
74
75
+
`magician` requires a directory of PNG frame assets. With `--kitty-frame-count N`, `yzs` expects `frame_0.png` through `frame_N-1.png`; without a count, it uses every PNG in the directory
76
+
77
+
`random` uses the same four-family pool as Yazelix and can resolve to `magician`, so pass the Kitty frame arguments when standalone random playback should support that branch
0 commit comments