docs: update README
Clang Lint CI / lint-no-video (push) Successful in 50s
Clang Build CI / run-no-video (push) Successful in 58s
Clang Build CI / run-video (push) Successful in 59s
Clang Build CI / build-release (push) Successful in 1m29s
Clang Lint CI / lint-video (push) Successful in 1m5s
Clang Lint CI / lint-no-video (push) Successful in 50s
Clang Build CI / run-no-video (push) Successful in 58s
Clang Build CI / run-video (push) Successful in 59s
Clang Build CI / build-release (push) Successful in 1m29s
Clang Lint CI / lint-video (push) Successful in 1m5s
This commit is contained in:
@@ -133,7 +133,7 @@ make install
|
||||
|
||||
```shell
|
||||
git clone --recursive https://git.klemek.fr/klemek/forge-steel
|
||||
cd forge
|
||||
cd forge-steel
|
||||
makepkg -si
|
||||
```
|
||||
|
||||
@@ -142,11 +142,11 @@ makepkg -si
|
||||
|
||||
```shell
|
||||
git clone --recursive https://git.klemek.fr/klemek/forge-steel
|
||||
cd forge
|
||||
cd forge-steel
|
||||
aclocal
|
||||
autoconf
|
||||
automake --add-missing
|
||||
./configure
|
||||
./configure --prefix=$HOME/.local
|
||||
make
|
||||
make install
|
||||
```
|
||||
@@ -174,9 +174,7 @@ These are configurable in the [`forge_project.cfg`](#forge_projectcfg).
|
||||
### CLI arguments
|
||||
|
||||
```txt
|
||||
forge steel-dev
|
||||
|
||||
usage: forge [-h] [-v] [-p=PROJECT_PATH] [-c=CFG_FILE] [-hr] [-s=SCREEN] [-m=SCREEN] [-mo] [-w] [-t=TEMPO] [-d] [-ar / -nar] [-arc=CYCLES] [-vi=FILE] [-vs=SIZE] [-vb=COUNT] [-vr / -nvr] [-vf=FOURCC] [-is=SIZE] [-ls / -nls] [-ss / -nss] [-mr / -nmr] [-tm] [-tf]
|
||||
usage: forge [-h] [-v] [-p=PROJECT_PATH] [-c=CFG_FILE] [-hr] [-s=SCREEN] [-m=SCREEN] [-mo] [-w] [-t=TEMPO] [-d] [-ar / -nar] [-arc=CYCLES] [-is=SIZE] [-ls / -nls] [-ss / -nss] [-mr / -nmr] [-tm] [-tf] [--x11] [--wayland] [--cocoa] [--win32] [-as / -nas] [-oma=MAJOR] [-omi=MINOR]
|
||||
|
||||
Fusion Of Real-time Generative Effects.
|
||||
|
||||
@@ -195,21 +193,23 @@ options:
|
||||
-ar, --auto-random randomize state every cycle (4 beats)
|
||||
-nar, --no-auto-random do not randomize state (default)
|
||||
-arc, --auto-random-cycle auto random cycle length (default: 4)
|
||||
-vi, --video-in path to video capture device (multiple allowed)
|
||||
-vb, --video-buffers number of video buffers to use (default: 1)
|
||||
-vs, --video-size video capture desired height (default: internal texture height)
|
||||
-vr, --video-reconnect auto-reconnect video (default)
|
||||
-nvr, --no-video-reconnect do not auto-reconnect video
|
||||
-vf, --video-fourcc video codec fourcc (default: YUYV)
|
||||
-is, --internal-size internal texture height (default: 720)
|
||||
-ls, --load-state load saved state (default)
|
||||
-nls, --no-load-state do not load saved state
|
||||
-ss, --save-state save state (default)
|
||||
-nss, --no-save-state do not save state
|
||||
-as, --auto-save continuously save state (every ~10ms)
|
||||
-nas, --no-auto-save do not continuously save state (default)
|
||||
-mr, --midi-reconnect auto-reconnect midi (default)
|
||||
-nmr, --no-midi-reconnect do not auto-reconnect midi
|
||||
-tm, --trace-midi print midi code and values
|
||||
-tf, --trace-fps print fps status of subsystems
|
||||
--x11 force X11 GLFW backend
|
||||
--wayland force Wayland GLFW backend
|
||||
--cocoa force Cocoa GLFW backend
|
||||
--win32 force Win32 GLFW backend
|
||||
-oma, --opengl-major-version OpenGL major version (default: 4)
|
||||
-omi, --opengl-minor-version OpenGL minor version (default: 6)
|
||||
```
|
||||
|
||||
## Default Project
|
||||
|
||||
Reference in New Issue
Block a user