docs: update help and todo

This commit is contained in:
2025-11-01 18:46:54 +01:00
parent 4faf4cab30
commit aa0d03381b
2 changed files with 9 additions and 5 deletions
+8 -4
View File
@@ -52,7 +52,7 @@ make install
## CLI arguments
```txt
usage: forge [-h] [-v] [-hr] [-s=SCREEN] [-m=SCREEN] [-mo] [-f=DIR_PATH] [-fc=CFG_PATH] [-is=SIZE] [-mf=FACTOR] [-t=TEMPO] [--demo] [-w]
usage: forge [-h] [-v] [-hr] [-s=SCREEN] [-m=SCREEN] [-mo] [-f=DIR_PATH] [-c=CFG_PATH] [-is=SIZE] [-v=FILE] [-vs=SIZE] [-t=TEMPO] [--demo] [-w]
Fusion Of Real-time Generative Effects.
@@ -64,9 +64,10 @@ options:
-m, --monitor monitor screen number (default: none)
-mo, --monitor-only no output screen
-f, --frag fragment shaders directory (default: TODO)
-fc, --frag-config fragment shaders config file (default: TODO)
-c, --config fragment shaders config file (default: TODO)
-is, --internal-size internal texture height (default: 720)
-mf, --monitor-factor monitor internal texture downscale factor (default: 3)
-v, --video-in path to video capture device (multiple allowed)
-vs, --video-size video capture desired height (default: internal texture height)
-t, --tempo base tempo (default: 60)
--demo demonstration mode
-w, --windowed not fullscreen
@@ -153,4 +154,7 @@ make -f Makefile.dev release-arch
- [ ] Other
- [ ] Update readme with usage documentation
- [ ] Clone "shaders" and config in system path at setup
- [ ] Find and fix opengl errors 0500 ?
- [ ] Find and fix opengl errors 0500 ?
- [ ] Bonus
- [ ] Record show as text files
- [ ] Play from record text file