summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-3.2.20/examples/renderer/02-primitives/README.txt
blob: 82da8e52f5e8c09ae60840485fe3addc2582179f (plain)
1
2
3
4
5
6
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.