SDL Tutorials
There are a number of SDL tutorials available from different sources.
MOST OF THIS PAGE HAS NOT BEEN UPDATED FOR SDL3 YET.
Check back later.
Multi-Subject
Setup
Android
Audio
Video
OpenGL
Haptic
- SDL Haptic in depth (Archived): Covers the basics of how to create and playback simple force feedback effects with SDL
- Text Input: Using SDL for text inputs with specific consideration for international users.
Threads
- Condition variables in SDL (Archived): A good discussion of condition variables (in computer science rather than gaming context), some mention of mutex and semaphore use.