diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-06-07 12:27:55 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-06-07 12:27:55 -0500 |
| commit | dfd3bc56c10b8fc458f7d920a71f5060cb10610b (patch) | |
| tree | 06f3b14d85ba0af39d1c27a21487107ee7efbb94 | |
| parent | b97d9a096e80fa6923f005d386e32faf04c5a87c (diff) | |
| -rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -8,6 +8,7 @@ deserve their own repositories. These demos are for educational and experimental purposes only. They are not
guaranteed to be correct, performant, safe, or (generally speaking) good.
-vk-cube: Spinning cube Vulkan demo
-win-resize-mt: Drawing while resizing on Windows (multi threaded)
-win-resize-st: Drawing while resizing on Windows (single threaded)
+ffmpeg-shadertoy Basic offline Shadertoy renderer
+vk-cube Spinning cube Vulkan demo
+win-resize-mt Drawing while resizing on Windows (multi threaded)
+win-resize-st Drawing while resizing on Windows (single threaded)
|