examples: added renderer/03-lines

This commit is contained in:
Ryan C. Gordon
2024-09-19 12:15:42 -04:00
parent 6771a6020d
commit 1b266ec13d
3 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
This example creates an SDL window and renderer, and then draws a giant
pile of lines, in random colors, every frame.