|
Size: 3454
Comment: tutorial and camelcase pragma added
|
Size: 4102
Comment: Added links to archived tutorials.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 8: | Line 8: |
| == Setup == * [[http://blog.pantokrator.net/2006/08/08/setting-up-msysmingw-build-system-for-compiling-sdlopengl-applications/|SDL and MYSYS/MinGW]] ([[https://web.archive.org/web/20120820141724/http://blog.pantokrator.net/2006/08/08/setting-up-msysmingw-build-system-for-compiling-sdlopengl-applications/|Archive]]) . A tutorial detailing how to set up the MSYS/MinGW build system for compiling SDL/OpenGL applications |
|
| Line 12: | Line 16: |
| * [[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]] ([[https://web.archive.org/web/20110906002735/http://www.brighthub.com/hubfolio/matthew-casperson/blog/archive/2009/07/02/sdl-competition-here-i-come.aspx|Archive]]) |
| Line 21: | Line 25: |
| * [[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)]] ([[https://web.archive.org/web/20120102224037/http://cone3d.gamedev.net/cgi-bin/index.pl?page=tutorials/gfxsdl/index|Archive]]) |
| Line 45: | Line 49: |
| * [[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 54: | Line 55: |
| * [[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]] ([[https://web.archive.org/web/20100808144235/http://pgdc.purdue.org/sdltutorial/sdl_setup.html|Archive]]) |
SDL 1.2 Tutorials
There are a number of SDL tutorials available from different sources.
Contents
Setup
- A tutorial detailing how to set up the MSYS/MinGW build system for compiling SDL/OpenGL applications
Multi-Subject
- Wow! A whole website about SDL tutorials, including SDL basics, events, animation, entities, maps and other topics
Matthew Casperson's SDL Tutorials (Archive)
- 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.
GFX with SDL (by Marius) (Archive)
- A very nice set of tutorials covering using SDL with Dev-C++, 2D graphics and sound
- This tutorial covers setting up an Xcode project with SDL 1.2.14, SDL_image, SDL_mixer, SDL_ttf, and the Boost C++ libraries (header files only) on OS X 10.6 Snow Leopard. It uses Xcode version 3.2.5 and the Classic Invaders source (2 MB) files.
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
Video
- 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
- 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
- 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
Audio
- Lots of advanced information on using SDL's audio support
- SDL_mixer, SDL_RWops
