|
Size: 2713
Comment: added more links
|
Size: 3053
Comment: made links open in new windows
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 4: | Line 4: |
| <<TableOfContents(3)>> == SDL 1.3 == [list 1.3 tutorials here] |
|
| Line 5: | Line 9: |
| * [[http://www.sdltutorials.com/|SDLTutorials.com]] | * [[http://www.sdltutorials.com/|SDLTutorials.com|target="_blank"]] |
| Line 7: | Line 11: |
| * [[http://www.brighthub.com/hubfolio/matthew-casperson/blog/archive/2009/07/02/sdl-competition-here-i-come.aspx|Matthew Casperson's SDL Tutorials]] | * [[http://www.brighthub.com/hubfolio/matthew-casperson/blog/archive/2009/07/02/sdl-competition-here-i-come.aspx|Matthew Casperson's SDL Tutorials|target="_blank"]] |
| Line 9: | Line 13: |
| * [[http://gpwiki.org/index.php/Category:All_SDL_articles|The Game Programming Wiki: SDL Tutorials]] | * [[http://gpwiki.org/index.php/Category:All_SDL_articles|The Game Programming Wiki: SDL Tutorials|target="_blank"]] |
| Line 11: | Line 15: |
| * [[http://www.gamedev.net/reference/articles/article2249.asp|Direct3D 9.0 with SDL]] | * [[http://www.gamedev.net/reference/articles/article2249.asp|Direct3D 9.0 with SDL|target="_blank"]] |
| Line 13: | Line 17: |
| * [[http://www.meandmark.com/sdlopenglpart1.html|SDL and OpenGL]] | * [[http://www.meandmark.com/sdlopenglpart1.html|SDL and OpenGL|target="_blank"]] |
| Line 15: | Line 19: |
| * [[http://lazyfoo.net/SDL_tutorials/index.php|Beginning Game Programming]] | * [[http://lazyfoo.net/SDL_tutorials/index.php|Beginning Game Programming|target="_blank"]] |
| Line 17: | Line 21: |
| * [[http://osdl.sourceforge.net/main/documentation/rendering/SDL-audio.html|SDL Corner - Audio with SDL]] | * [[http://osdl.sourceforge.net/main/documentation/rendering/SDL-audio.html|SDL Corner - Audio with SDL|target="_blank"]] |
| Line 19: | Line 23: |
| * [[http://osdl.sourceforge.net/main/documentation/rendering/SDL-openGL.html|SDL Corner - Using OpenGL with SDL]] | * [[http://osdl.sourceforge.net/main/documentation/rendering/SDL-openGL.html|SDL Corner - Using OpenGL with SDL|target="_blank"]] |
| Line 21: | Line 25: |
| * [[http://sol.gfxile.net/gp/|Sol's Graphics for Beginners]] | * [[http://sol.gfxile.net/gp/|Sol's Graphics for Beginners|target="_blank"]] |
| Line 23: | Line 27: |
| * [[http://pgdc.purdue.org/sdltutorial/sdl_setup.html|SDL Setup Guide 1.1]] | * [[http://pgdc.purdue.org/sdltutorial/sdl_setup.html|SDL Setup Guide 1.1|target="_blank"]] |
| Line 25: | Line 29: |
| * [[http://de.wikibooks.org/wiki/SDL|Tutorial / Einsteigerkurs in das Programmieren mit der SDL in C]] | * [[http://de.wikibooks.org/wiki/SDL|Tutorial / Einsteigerkurs in das Programmieren mit der SDL in C|target="_blank"]] |
| Line 27: | Line 31: |
| * [[http://pygame.org/docs/tut/MoveIt.html|Help! How Do I Move An Image?]] | * [[http://pygame.org/docs/tut/MoveIt.html|Help! How Do I Move An Image?|target="_blank"]] |
| Line 29: | Line 33: |
| * [[http://www.pro-linux.de/work/sdl/|SDL - Grundlagen und Grafik]] | * [[http://www.pro-linux.de/work/sdl/|SDL - Grundlagen und Grafik|target="_blank"]] |
| Line 31: | Line 35: |
| * [[http://dungeonmaker.sourceforge.net/manual/tutorial1_1.html|How I Rendered the Dungeons on SDL]] | * [[http://dungeonmaker.sourceforge.net/manual/tutorial1_1.html|How I Rendered the Dungeons on SDL|target="_blank"]] |
| Line 33: | Line 37: |
| * [[http://cone3d.gamedev.net/cgi-bin/index.pl?page=tutorials/ogladv/index|OpenGL Tutorials (by Marius)]] | * [[http://cone3d.gamedev.net/cgi-bin/index.pl?page=tutorials/ogladv/index|OpenGL Tutorials (by Marius)|target="_blank"]] |
| Line 35: | Line 39: |
| * [[http://cone3d.gamedev.net/cgi-bin/index.pl?page=tutorials/gfxsdl/index|GFX with SDL (by Marius)]] | * [[http://cone3d.gamedev.net/cgi-bin/index.pl?page=tutorials/gfxsdl/index|GFX with SDL (by Marius)|target="_blank"]] |
| Line 37: | Line 41: |
| * [[http://kekkai.org/roger/sdl/|Roger's SDL Tutorials]] | * [[http://kekkai.org/roger/sdl/|Roger's SDL Tutorials|target="_blank"]] |
SDL Tutorials
There are a number of SDL tutorials available from different sources.
Contents
SDL 1.3
[list 1.3 tutorials here]
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
- Using SDL with Direct3D for graphics
- Using SDL and OpenGL on Mac OS X
- A series of tutorials on game concepts geared for SDL developers
- Lots of advanced information on using SDL's audio support
SDL Corner - Using OpenGL with SDL
- Lots of advanced information on using SDL with OpenGL
- Setting up SDL with Visual C++ 6.0, basic graphics programming
- Setting up an SDL project with Visual Studio .NET
Tutorial / Einsteigerkurs in das Programmieren mit der SDL in C
- The basics of using various features of SDL, in German
- Using Pygame to move images around in a simple game
- A German tutorial on SDL basics and graphics
How I Rendered the Dungeons on SDL
Exploring the code used to render 2D mazes in DungeonMaker
- Setting up SDL and OpenGL, Quake 2 models, OpenGL graphics topics
- A very nice set of tutorials covering using SDL with Dev-C++, 2D graphics and sound
- SDL_mixer, SDL_RWops
