Files
Colin Sames f4255e15bb
Some checks failed
Build (All) / Create test plan (push) Has been cancelled
Build (All) / level1 (push) Has been cancelled
Build (All) / level2 (push) Has been cancelled
add SDL3 repository to game engine
2026-04-03 16:14:58 +02:00

5 lines
171 B
Plaintext

This example creates an SDL window and renderer, loads a texture
from a .png file, and then draws it a few times each frame, adjusting
the viewport before each draw.