aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.zig (unfollow)
Commit message (Expand)AuthorFilesLines
2026-04-14configure outputs from CLI, move stdout into 'pipe' outputHEADmains-ol1-25/+31
2026-04-13fix some memory leakss-ol1-1/+1
2026-04-10add some testss-ol1-10/+11
2026-01-10pipe raw video to stdouts-ol1-1/+19
2025-09-22log fps every 64 framess-ol1-5/+18
2025-09-22update for Zig 0.15.1s-ol1-3/+3
2025-07-28add libav StreamSource, run Sources in threadss-ol1-2/+1
2025-07-27fix texture binding bugs-ol1-1/+3
2025-03-20wrap Texture in Sources-ol1-6/+8
2025-03-16enable transparent framebuffers-ol1-1/+2
2025-03-15drop libyaml, configure via argss-ol1-118/+12
2025-03-15texture-share-vk output supports-ol1-5/+5
2025-03-10update for Zig 0.14.0s-ol1-1/+1
2025-03-04load videoes/textures relative to project_roots-ol1-1/+1
2025-02-24automatically add GLSL 3.30 headers-ol1-1/+7
2025-02-24load videos and textures using libavs-ol1-4/+9
2023-11-03inject #line directives for better error reportings-ol1-3/+20
2023-10-29specifying config.yaml path as CLI args-ol1-1/+6
2023-10-29load shaders relative to config file / project_roots-ol1-10/+10
2023-10-29update for zig 0.11.0s-ol1-19/+19
2021-11-11update for zig 0.9.0s-ol1-1/+1
2021-11-11update for zig 0.8.0s-ol1-8/+9
2021-11-11remove/ignore unused variabless-ol1-6/+5
2021-11-11better pragma error messagess-ol1-5/+9
2021-11-10resolve '#pragma include "...path..."' directivess-ol1-8/+53
2021-11-10update for zig 0.7.1s-ol1-1/+1
2020-06-08zig-fmt for low-column-screenss-ol1-1/+4
2020-05-14update for zig 0.6.0s-ol1-3/+3
2020-02-02remove hardcoded offset uniforms-ol1-5/+0
2020-01-27reimplement working OSC controls-ol1-5/+5
2020-01-26break OSC in favor of uniform cachings-ol1-7/+15
2020-01-25remove offset default uniforms-ol1-9/+1
2020-01-25OSC configuration in config.yamls-ol1-5/+7
2020-01-25basic OSC supports-ol1-11/+19
2020-01-24hot reloadings-ol1-8/+50
2020-01-23Code reorganisations-ol1-22/+70