Ryan C. Gordon
6a25e94472
examples: Print a description of the program to the console on startup.
2024-07-30 12:23:07 -04:00
Ryan C. Gordon
ea137cfbaf
examples: Fix window titles.
2024-07-23 17:52:24 -04:00
Ryan C. Gordon
5216aea31d
examples: Explicitly call SDL_Init().
2024-07-23 14:52:30 -04:00
Sam Lantinga
ff7a60db85
Minor fixes to the primitive example
...
* The random number generator is automatically seeded, no need for SDL_srand()
* Draw the points first, so they don't overlap the other primitives and look like broken line drawing
2024-07-23 08:34:15 -07:00
Ryan C. Gordon
4d8b938969
examples: Added renderer/primitives example.
2024-07-23 10:37:14 -04:00
Ryan C. Gordon
266744af03
examples: Number examples, so they are presented in a specific order.
2024-07-23 10:12:53 -04:00
Ryan C. Gordon
5339b4458d
examples: Added initial examples infrastructure.
2024-07-22 22:39:09 -04:00