index
:
glsl-view
hap
main
msys2-build
noyaml
renderdoc
shader renderer with OSC uniform control
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
control.zig
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix some memory leaks
s-ol
2026-04-13
1
-5
/
+5
*
support arrays of uniforms, remove finished sources
s-ol
2026-04-10
1
-87
/
+41
*
pipe raw video to stdout
s-ol
2026-01-10
1
-1
/
+6
*
ffmpeg: refactor/turn inside avcodec loops inside-out
s-ol
2025-10-24
1
-2
/
+2
*
add BufferedStreamSource
s-ol
2025-10-19
1
-11
/
+58
*
update for Zig 0.15.1
s-ol
2025-09-22
1
-3
/
+3
*
rename /texture → /source
s-ol
2025-08-05
1
-7
/
+7
*
fix boolean uniforms
s-ol
2025-08-05
1
-7
/
+14
*
dynamic OSC method registration for sources
s-ol
2025-08-05
1
-106
/
+96
*
add freeze and step controls to Source
s-ol
2025-07-30
1
-1
/
+33
*
accept format and format_options for ffmpeg sources
s-ol
2025-07-29
1
-7
/
+11
*
add libav StreamSource, run Sources in threads
s-ol
2025-07-28
1
-2
/
+29
*
add texture-share-vk Source
s-ol
2025-03-21
1
-6
/
+31
*
wrap Texture in Source
s-ol
2025-03-20
1
-16
/
+20
*
print effective OSC address on listen, reload messages
s-ol
2025-03-19
1
-1
/
+3
*
separate texture loading from binding via /texture/<name>
s-ol
2025-03-19
1
-47
/
+80
*
switch to /uniform/* paths
s-ol
2025-03-18
1
-101
/
+56
*
cache textures by filename
s-ol
2025-03-16
1
-11
/
+14
*
drop libyaml, configure via args
s-ol
2025-03-15
1
-89
/
+117
*
fix conditional compilation
s-ol
2025-03-10
1
-2
/
+0
*
implement HAP decoding straight to compressed GPU texture
s-ol
2025-03-10
1
-2
/
+1
*
allow disabling texture/ffmpeg support at build time
s-ol
2025-03-05
1
-0
/
+2
*
fix shader reloading wrt Textures
s-ol
2025-03-05
1
-1
/
+1
*
load videoes/textures relative to project_root
s-ol
2025-03-04
1
-7
/
+21
*
load videos and textures using libav
s-ol
2025-02-24
1
-2
/
+48
*
update for zig 0.13.0
s-ol
2024-11-13
1
-1
/
+1
*
allow indexing uniforms, fix bug
s-ol
2023-10-29
1
-52
/
+106
*
update for zig 0.11.0
s-ol
2023-10-29
1
-24
/
+26
*
update for zig 0.9.0
s-ol
2021-11-11
1
-1
/
+1
*
update for zig 0.8.0
s-ol
2021-11-11
1
-2
/
+2
*
remove/ignore unused variables
s-ol
2021-11-11
1
-0
/
+5
*
better error messages
s-ol
2021-11-10
1
-2
/
+4
*
update for zig 0.7.1
s-ol
2021-11-10
1
-4
/
+0
*
zig-fmt for low-column-screens
s-ol
2020-06-08
1
-1
/
+7
*
error handling
s-ol
2020-06-08
1
-73
/
+108
*
different OSC set layer
s-ol
2020-06-07
1
-27
/
+69
*
update for zig 0.6.0
s-ol
2020-05-14
1
-1
/
+1
*
format, remove debug GL output
s-ol
2020-02-10
1
-12
/
+6
*
support arrays and bare-lists for vectors
s-ol
2020-02-02
1
-6
/
+12
*
reimplement working OSC control
s-ol
2020-01-27
1
-29
/
+41
*
break OSC in favor of uniform caching
s-ol
2020-01-26
1
-28
/
+33
*
fix OSC server creation error handling
s-ol
2020-01-25
1
-1
/
+3
*
OSC configuration in config.yaml
s-ol
2020-01-25
1
-2
/
+23
*
basic OSC support
s-ol
2020-01-25
1
-0
/
+77