SDL/examples/renderer/03-lines
Ryan C. Gordon 8be18741e1
examples/renderer/03-lines: Fix incorrect angle calculation rendering circle.
This fix was contributed by GitHub user hushangazar (thanks!).

Closes #14599.
2025-12-05 10:36:41 -05:00
..
lines.c examples/renderer/03-lines: Fix incorrect angle calculation rendering circle. 2025-12-05 10:36:41 -05:00
onmouseover.webp examples: Improve webpage generation in various ways, add thumbnails, etc. 2024-12-05 23:58:23 -05:00
README.txt examples/renderer/03-lines: Make this less obnoxious to look at. 2024-09-19 12:52:04 -04: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 a something
roughly like a Christmas tree with nothing but lines, every frame.