aboutsummaryrefslogtreecommitdiffstats
path: root/src/control.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* drop libyaml, configure via argsnoyamls-ol2025-03-151-89/+117
|
* fix conditional compilations-ol2025-03-101-2/+0
|
* implement HAP decoding straight to compressed GPU textures-ol2025-03-101-2/+1
| | | | Supports HAP and HAP Alpha (Hap1/Hap5) formats
* allow disabling texture/ffmpeg support at build times-ol2025-03-051-0/+2
|
* fix shader reloading wrt Texturess-ol2025-03-051-1/+1
|
* load videoes/textures relative to project_roots-ol2025-03-041-7/+21
|
* load videos and textures using libavs-ol2025-02-241-2/+48
|
* update for zig 0.13.0s-ol2024-11-131-1/+1
|
* allow indexing uniforms, fix bugs-ol2023-10-291-52/+106
|
* update for zig 0.11.0s-ol2023-10-291-24/+26
|
* update for zig 0.9.0s-ol2021-11-111-1/+1
|
* update for zig 0.8.0s-ol2021-11-111-2/+2
|
* remove/ignore unused variabless-ol2021-11-111-0/+5
|
* better error messagess-ol2021-11-101-2/+4
|
* update for zig 0.7.1s-ol2021-11-101-4/+0
|
* zig-fmt for low-column-screenss-ol2020-06-081-1/+7
|
* error handlings-ol2020-06-081-73/+108
|
* different OSC set layers-ol2020-06-071-27/+69
|
* update for zig 0.6.0s-ol2020-05-141-1/+1
|
* format, remove debug GL outputs-ol2020-02-101-12/+6
|
* support arrays and bare-lists for vectorss-ol2020-02-021-6/+12
|
* reimplement working OSC controls-ol2020-01-271-29/+41
|
* break OSC in favor of uniform cachings-ol2020-01-261-28/+33
|
* fix OSC server creation error handlings-ol2020-01-251-1/+3
|
* OSC configuration in config.yamls-ol2020-01-251-2/+23
|
* basic OSC supports-ol2020-01-251-0/+77