summaryrefslogtreecommitdiff
path: root/README
blob: 384f8f455ab1807b7f584b95469b88aa50f5c40b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
A collection of small demo programs that don’t 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.

Home page               https://git.kvog.sh/demos
Mirror                  https://github.com/kvog-git/demos

aarch64                 AArch64 assembly experiments
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)