examples: added renderer/04-points

This commit is contained in:
Ryan C. Gordon
2024-09-19 15:07:36 -04:00
parent b0e528cc88
commit 3413617cb6
5 changed files with 127 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
This example creates an SDL window and renderer, and then draws some lines,
rectangles and points to it every frame.
This is just a quick overview of simple drawing primitives; futher examples
will explore them in more detail.