File tree Expand file tree Collapse file tree 1 file changed +0
-35
lines changed
Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Original file line number Diff line number Diff line change @@ -24,51 +24,16 @@ sudo apt install libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev libsdl2-mixer-dev
2424
2525## Building
2626
27- To build without music:
28-
29- ```
30- make
31- ```
32-
33- To build with music, place a ` music.mod ` file in the directory and run make:
34-
3527```
3628make
3729```
3830
39- The build system will automatically detect and embed the music file.
40-
4131## Running
4232
4333```
4434make run
4535```
4636
47- ### Command-Line Options
48-
49- ```
50- Usage: ./demo [OPTIONS] [SCENE...]
51-
52- Options:
53- -h, --help Show help message
54- -d, --duration SEC Set scene duration in seconds (default: 15)
55-
56- Scenes:
57- 0 - Starfield
58- 1 - Plasma
59- 2 - Cube
60- 3 - Tunnel
61- 4 - Bouncing Logo (hidden - manual only)
62- 5 - Raining Logo
63-
64- Examples:
65- ./demo # Auto-cycle through scenes 0-3 and 5
66- ./demo 2 # Show only cube scene
67- ./demo 1 3 5 # Cycle between plasma, tunnel, and raining logo
68- ./demo -d 30 # Auto-cycle with 30 second scenes
69- ./demo -d 10 2 5 # Cycle cube and raining logo, 10 sec each
70- ```
71-
7237## Distribution
7338
7439### AppImage (Recommended for sharing)
You can’t perform that action at this time.
0 commit comments