aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* wip HAP codechaps-ol2025-03-054-0/+1358
|
* update for Zig 0.14.0s-ol2025-03-053-5/+5
|
* Update README.mds-ol2025-03-051-1/+53
|
* allow disabling texture/ffmpeg support at build times-ol2025-03-053-8/+25
|
* fix shader reloading wrt Texturess-ol2025-03-052-151/+242
|
* load videoes/textures relative to project_roots-ol2025-03-042-8/+22
|
* automatically add GLSL 3.30 headers-ol2025-02-241-1/+7
|
* configurable filter for output scalings-ol2025-02-242-1/+11
|
* load videos and textures using libavs-ol2025-02-246-54/+482
|
* update for zig 0.13.0s-ol2024-11-134-9/+8
|
* inject #line directives for better error reportings-ol2023-11-031-3/+20
|
* only restore uniform values if type unchangeds-ol2023-11-031-50/+51
|
* allow indexing uniforms, fix bugs-ol2023-10-292-232/+322
|
* specifying config.yaml path as CLI args-ol2023-10-292-2/+7
|
* load shaders relative to config file / project_roots-ol2023-10-292-10/+15
|
* update for zig 0.11.0s-ol2023-10-297-102/+115
|
* update for zig 0.9.0s-ol2021-11-113-33/+33
|
* update for zig 0.8.0s-ol2021-11-115-22/+23
|
* remove/ignore unused variabless-ol2021-11-115-6/+22
|
* better pragma error messagess-ol2021-11-111-5/+9
|
* better error messagess-ol2021-11-101-2/+4
|
* resolve '#pragma include "...path..."' directivess-ol2021-11-101-8/+53
|
* update for zig 0.7.1s-ol2021-11-105-16/+8
|
* zig-fmt for low-column-screenss-ol2020-06-086-26/+92
|
* error handlings-ol2020-06-081-73/+108
|
* different OSC set layers-ol2020-06-072-29/+69
|
* update for zig 0.6.0s-ol2020-05-143-5/+5
|
* format, remove debug GL outputs-ol2020-02-102-12/+11
|
* remove hardcoded offset uniforms-ol2020-02-021-5/+0
|
* support arrays and bare-lists for vectorss-ol2020-02-021-6/+12
|
* better configs-ol2020-01-272-19/+10
|
* reimplement working OSC controls-ol2020-01-273-45/+75
|
* break OSC in favor of uniform cachings-ol2020-01-266-87/+472
|
* remove offset default uniforms-ol2020-01-252-11/+20
|
* fix OSC server creation error handlings-ol2020-01-252-2/+4
|
* document configuration in README.mds-ol2020-01-252-8/+22
|
* OSC configuration in config.yamls-ol2020-01-255-30/+121
|
* basic OSC supports-ol2020-01-259-51/+144
|
* hot reloadings-ol2020-01-244-44/+84
|
* Code reorganisations-ol2020-01-234-149/+347
|
* initial commits-ol2020-01-229-0/+669