Beginning Game Programming v3.0
Last Updated: Sep 2nd, 2024
Hey, you're not supposed to be here 😉.Anyway, you are currently looking at the pre-alpha version of the SDL3 tutorials. This page will become fully public once SDL3 has its first official stable release.
These tutorials were designed for beginner C++ programmers (with some annotations for the more experienced) who want to move from text based applications to real time games with graphics. By the end of these tutorials, you'll know the basics so you can really start digging into lower level game programming.
Table of Contents | |
---|---|
Introduction |
A little intro before we start coding. |
Hello SDL3 |
Get started making games with your first SDL3 App. |
Textures and Extension Libraries |
Load PNGs and render Textures. |