summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHunter Kvalevog <hunter@kvog.sh>2026-05-21 22:20:17 -0500
committerHunter Kvalevog <hunter@kvog.sh>2026-05-21 22:20:17 -0500
commitb1f6b7d35b8f072f5c379518bc23b186890765b8 (patch)
tree88fca9dba6b1507be5019cc3152ca2ebc49b3cc7 /README
parent89f249315ff6d17c5242ed1e3ce47deea0180fe8 (diff)
Diffstat (limited to 'README')
-rw-r--r--README28
1 files changed, 15 insertions, 13 deletions
diff --git a/README b/README
index 6852f7b..58ffe41 100644
--- a/README
+++ b/README
@@ -1,13 +1,15 @@
--------------------------------------------------------------------------------
-kvog-git/demos
--------------------------------------------------------------------------------
-
-This repository contains a collection of small demo applications 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.
-
--------------------------------------------------------------------------------
-win-resize | Drawing while resizing on Windows
--------------------------------------------------------------------------------
+-------------------------------------------------------------------------------
+kvog-git/demos
+-------------------------------------------------------------------------------
+
+This repository contains a collection of small demo applications 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.
+
+-------------------------------------------------------------------------------
+win-resize-mt | Drawing while resizing on Windows (multi threaded)
+-------------------------------------------------------------------------------
+win-resize-st | Drawing while resizing on Windows (single threaded)
+-------------------------------------------------------------------------------