|
Size: 1861
Comment: add OpenGL tutorial link
|
Size: 1852
Comment: updating glsl link
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 13: | Line 13: |
| * [[http://slouken.blogspot.com/2011/02/streaming-textures-with-sdl-13.html|Streaming textures with SDL 1.3]] | * [[http://slouken.blogspot.com/2011/02/streaming-textures-with-sdl-13.html|Streaming textures with SDL 2.0]] |
| Line 16: | Line 16: |
| * [[http://rainwarrior.thenoos.net/dragon/sdl_glsl.html|Using GLSL with SDL]] | * [[http://rainwarrior.ca/dragon/sdl_glsl.html|Using GLSL with SDL]] |
| Line 22: | Line 22: |
| . Using SDL 1.3 beta with OpenGL 3 | . Using SDL 2.0 beta with OpenGL 3 |
| Line 32: | Line 32: |
| * [[http://bobbens.dyndns.org/journal/2010/sdl_haptic/|The SDL 1.3 Haptic Interface]] | * [[http://bobbens.dyndns.org/journal/2010/sdl_haptic/|The SDL 2.0 Haptic Interface]] |
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
Streaming textures with SDL 2.0
- A quick guide to streaming textures.
- A tutorial on enabling and using GLSL extensions with SDL.
Check out http://hg.libsdl.org/SDL/file/default/test/testshader.c also.
OpenGL
- Using SDL 2.0 beta with OpenGL 3
- Creating a Cross Platform OpenGL 3.2 Context in SDL
OpenGL ES for iPhone : A Simple Tutorial
- A brief introduction to OpenGL ES
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.
