|
Size: 1275
Comment: update content - add Sam's link
|
Size: 1516
Comment: update content - migrate entry from 1.2
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 33: | Line 33: |
| == Threads == * [[http://ansuz.sooke.bc.ca/software/sdl-condvars.php|Condition variables in SDL]] . A good discussion of condition variables, in computer science rather than gaming context. Some mention of mutex and semaphore use. |
SDL Tutorials
There are a number of SDL tutorials available from different sources.
Contents
Multi-Subject
- Wow! A whole website about SDL tutorials, including SDL basics, events, animation, entities, maps and other topics
Video
- A tutorial on enabling and using GLSL extensions with SDL.
Check out http://hg.libsdl.org/SDL/file/default/test/testshader.c also.
- Using SDL 1.3 beta with OpenGL 3
- Creating a Cross Platform OpenGL 3.2 Context in SDL
Haptic
- Covers the basics of how to create and playback simple force feedback effects with SDL.
Input
- Using SDL for text inputs with specific consideration for international users.
Threads
- A good discussion of condition variables, in computer science rather than gaming context. Some mention of mutex and semaphore use.
