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