[Renderers/SDL3] Adds an example using SDL3 as a renderer (#107)

Co-authored-by: Nic Barker <contact+github@nicbarker.com>
This commit is contained in:
Linus Probert 2025-01-19 02:35:41 +01:00 committed by GitHub
parent 9d3fba39be
commit 8e7e30dda6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 286 additions and 0 deletions

6
renderers/SDL3/README Normal file
View file

@ -0,0 +1,6 @@
Please note, the SDL3 renderer is not 100% feature complete. It is currently missing:
- Rounded rectangle corners
- Borders
- Images
- Scroll / Scissor handling