|
Size: 3877
Comment: add tutorial
|
Size: 4027
Comment: reorganize
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 8: | Line 8: |
| * [[http://rainwarrior.thenoos.net/dragon/sdl_glsl.html|Using GLSL with SDL]] . A tutorial on enabling and using GLSL extensions with SDL. |
|
| Line 11: | Line 14: |
| * [[http://www.opengl.org/wiki/Tutorial1:_Creating_a_Cross_Platform_OpenGL_3.2_Context_in_SDL_(C_/_SDL)|OpenGL 3.2 and SDL]] . Creating a Cross Platform OpenGL 3.2 Context in SDL |
|
| Line 13: | Line 19: |
| * [[http://www.opengl.org/wiki/Tutorial1:_Creating_a_Cross_Platform_OpenGL_3.2_Context_in_SDL_(C_/_SDL)|OpenGL 3.2 and SDL]] . Creating a Cross Platform OpenGL 3.2 Context in SDL |
|
| Line 32: | Line 36: |
| * [[http://cone3d.gamedev.net/cgi-bin/index.pl?page=tutorials/gfxsdl/index|GFX with SDL (by Marius)]] . A very nice set of tutorials covering using SDL with Dev-C++, 2D graphics and sound * [[http://de.wikibooks.org/wiki/SDL|Tutorial / Einsteigerkurs in das Programmieren mit der SDL in C]] . The basics of using various features of SDL, in German * [[http://www.pro-linux.de/work/sdl/|SDL - Grundlagen und Grafik]] . A German tutorial on SDL basics and graphics |
|
| Line 34: | Line 47: |
* [[http://osdl.sourceforge.net/main/documentation/rendering/SDL-openGL.html|SDL Corner - Using OpenGL with SDL]] . Lots of advanced information on using SDL with OpenGL |
|
| Line 38: | Line 54: |
| * [[http://osdl.sourceforge.net/main/documentation/rendering/SDL-audio.html|SDL Corner - Audio with SDL]] . Lots of advanced information on using SDL's audio support |
* [[http://cone3d.gamedev.net/cgi-bin/index.pl?page=tutorials/ogladv/index|OpenGL Tutorials (by Marius)]] . Setting up SDL and OpenGL, Quake 2 models, OpenGL graphics topics |
| Line 41: | Line 57: |
| * [[http://osdl.sourceforge.net/main/documentation/rendering/SDL-openGL.html|SDL Corner - Using OpenGL with SDL]] . Lots of advanced information on using SDL with OpenGL |
* [[http://braindeadclown.com/GLUT_SDL_VS08.html|SDL in Visual Studio 2008]] . A very basic guide for setting up SDL for OpenGL development in Visual Studio 2008 |
| Line 50: | Line 66: |
| * [[http://de.wikibooks.org/wiki/SDL|Tutorial / Einsteigerkurs in das Programmieren mit der SDL in C]] . The basics of using various features of SDL, in German |
* [[http://osdl.sourceforge.net/main/documentation/rendering/SDL-audio.html|SDL Corner - Audio with SDL]] . Lots of advanced information on using SDL's audio support * [[http://kekkai.org/roger/sdl/|Roger's SDL Tutorials]] . SDL_mixer, SDL_RWops |
| Line 56: | Line 75: |
| * [[http://www.pro-linux.de/work/sdl/|SDL - Grundlagen und Grafik]] . A German tutorial on SDL basics and graphics |
|
| Line 60: | Line 76: |
| . Exploring the code used to render 2D mazes in DungeonMaker * [[http://cone3d.gamedev.net/cgi-bin/index.pl?page=tutorials/ogladv/index|OpenGL Tutorials (by Marius)]] . Setting up SDL and OpenGL, Quake 2 models, OpenGL graphics topics * [[http://cone3d.gamedev.net/cgi-bin/index.pl?page=tutorials/gfxsdl/index|GFX with SDL (by Marius)]] . A very nice set of tutorials covering using SDL with Dev-C++, 2D graphics and sound * [[http://kekkai.org/roger/sdl/|Roger's SDL Tutorials]] . SDL_mixer, SDL_RWops |
. Exploring the code used to render 2D mazes in Dungeon``Maker |
| Line 73: | Line 80: |
* [[http://braindeadclown.com/GLUT_SDL_VS08.html|SDL in Visual Studio 2008]] . A very basic guide for setting up SDL for OpenGL development in Visual Studio 2008 |
SDL Tutorials
There are a number of SDL tutorials available from different sources.
Contents
SDL 1.3
- A tutorial on enabling and using GLSL extensions with SDL.
- Using SDL 1.3 beta with OpenGL 3
- Creating a Cross Platform OpenGL 3.2 Context in SDL
- Covers the basics of how to create and playback simple force feedback effects with SDL.
- Using SDL for text inputs with specific consideration for international users.
SDL 1.2
- Wow! A whole website about SDL tutorials, including SDL basics, events, animation, entities, maps and other topics
Matthew Casperson's SDL Tutorials
- SDL tutorials on a variety of topics for shoot 'em up games
The Game Programming Wiki: SDL Tutorials
- A large number of SDL tutorials covering a variety of different topics
- A series of tutorials on game concepts geared for SDL developers. Tutorials (currently 36!) are written using C++ as the programming language and SDL as the API.
- A very nice set of tutorials covering using SDL with Dev-C++, 2D graphics and sound
Tutorial / Einsteigerkurs in das Programmieren mit der SDL in C
- The basics of using various features of SDL, in German
- A German tutorial on SDL basics and graphics
- Using SDL with Direct3D for graphics
SDL Corner - Using OpenGL with SDL
- Lots of advanced information on using SDL with OpenGL
- Using SDL and OpenGL on Mac OS X
- Setting up SDL and OpenGL, Quake 2 models, OpenGL graphics topics
- A very basic guide for setting up SDL for OpenGL development in Visual Studio 2008
- Setting up SDL with Visual C++ 6.0, basic graphics programming
- Setting up an SDL project with Visual Studio .NET
- Lots of advanced information on using SDL's audio support
- SDL_mixer, SDL_RWops
- Using Pygame to move images around in a simple game
How I Rendered the Dungeons on SDL
Exploring the code used to render 2D mazes in DungeonMaker
- A good discussion of condition variables, in computer science rather than gaming context. Some mention of mutex and semaphore use.
