docs: update kbd and dev
This commit is contained in:
@@ -85,6 +85,7 @@ make -f Makefile.dev release-arch
|
||||
- [x] Clean code and fix things
|
||||
- [x] Share openGL state between monitor and screen
|
||||
- [ ] Other
|
||||
- [ ] Use custom `#include xxx.glsl` preprocessor
|
||||
- [ ] Update readme with usage documentation
|
||||
- [x] Documentation in default config file
|
||||
- [x] Clone "shaders" and config in system path at setup
|
||||
|
||||
@@ -22,7 +22,9 @@ See [1H demo on YouTube](https://youtu.be/HgErrasSs-w)
|
||||
- [From release](#from-release)
|
||||
- [From repository (PKGBUILD)](#from-repository-pkgbuild)
|
||||
- [From repository (dev version)](#from-repository-dev-version)
|
||||
- [CLI usage](#cli-usage)
|
||||
- [Usage](#usage)
|
||||
- [Runtime keybindings](#runtime-keybindings)
|
||||
- [CLI arguments](#cli-arguments)
|
||||
- [Default Shaders and Config](#default-shaders-and-config)
|
||||
- [Sources and Effects](#sources-and-effects)
|
||||
- [Debug View](#debug-view)
|
||||
@@ -85,7 +87,17 @@ make
|
||||
make install
|
||||
```
|
||||
|
||||
## CLI usage
|
||||
## Usage
|
||||
|
||||
### Runtime keybindings
|
||||
|
||||
When running, the following keybindings are available:
|
||||
|
||||
* <kbd>Esc</kbd>: Exit window
|
||||
* <kbd>R</kbd>: Randomize shader state
|
||||
* <kbd>D</kbd>: Demo mode On/Off
|
||||
|
||||
### CLI arguments
|
||||
|
||||
```txt
|
||||
usage: forge [-h] [-v] [-hr] [-s=SCREEN] [-m=SCREEN] [-mo] [-f=DIR_PATH] [-c=CFG_PATH] [-sf=STATE_PATH] [-ls / -nls] [-ss / -nss] [-is=SIZE] [-v=FILE] [-vs=SIZE] [-t=TEMPO] [--demo] [-w]
|
||||
|
||||
Reference in New Issue
Block a user