ext-SDL/examples/renderer/02-primitives
2024-08-16 11:16:05 -07:00
..
README.txt examples: Print a description of the program to the console on startup. 2024-07-30 12:23:07 -04:00
renderer-primitives.c Changed main callback return values to an enumeration 2024-08-16 11:16:05 -07:00

This example creates an SDL window and renderer, and then draws some lines,
rectangles and points to it every frame.