summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHunter Kvalevog <hunter@kvog.sh>2026-05-15 19:49:08 -0500
committerHunter Kvalevog <hunter@kvog.sh>2026-05-15 19:51:05 -0500
commite8c8c9821ed22d4b5a8ed3639029cb3daa5f36ca (patch)
treeda75002faf4611545787e7ee2e8e3125bca22ac7 /README
parentbf6afd7ec67df86bc7a20d1128a274f7445ad7ca (diff)
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..1c31ed9
--- /dev/null
+++ b/README
@@ -0,0 +1,14 @@
+-------------------------------------------------------------------------------
+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 | Example of how to keep drawing to a window that is being resized
+ | or moved on Windows, in C.
+-------------------------------------------------------------------------------