diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-05-15 19:49:08 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-05-15 19:51:05 -0500 |
| commit | e8c8c9821ed22d4b5a8ed3639029cb3daa5f36ca (patch) | |
| tree | da75002faf4611545787e7ee2e8e3125bca22ac7 | |
| parent | bf6afd7ec67df86bc7a20d1128a274f7445ad7ca (diff) | |
| -rw-r--r-- | README | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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. +------------------------------------------------------------------------------- |