SDL/examples/renderer/02-primitives
Max Seidenstücker d870911202 CodeSpell
2026-02-07 18:14:00 +03:00
..
primitives.c Support resizable windows with most examples 2025-10-07 15:33:10 -04:00
README.txt CodeSpell 2026-02-07 18:14:00 +03:00
thumbnail.png examples: Improve webpage generation in various ways, add thumbnails, etc. 2024-12-05 23:58:23 -05:00

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; further examples
will explore them in more detail.