examples: added renderer/05-rectangles

This commit is contained in:
Ryan C. Gordon
2024-09-20 22:31:37 -04:00
parent 3413617cb6
commit 9d0b3eded6
3 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
This example creates an SDL window and renderer, and then draws a few
rectangles that change size each frame.