SDL:Tutorials
From GDWiki
(Redirected from C:SDL tutorials)
Contents |
[edit] C
[edit] General
[edit] Audio
See also SDL_mixer
[edit] Input
[edit] Video
- Displaying a Bitmap
- Displaying a Bitmap from a Custom Resource File using SDL_RWops
- Displaying a Bitmap from a zip file using SDL_RWops and zlib
- 2D Graphics
- Using SDL with OpenGL
- Using cairo and glitz with SDL
See also SDL_image.
[edit] Networking
[edit] Font Rendering
[edit] Miscellaneous
[edit] C++
[edit] Creating a Complete 2D Engine
- Engine development overview
- Designing the System Core
- Designing the Graphics Core
- Designing the Input Core
- Designing the Sound Core
[edit] Source Code
The source code files listed below do not have accompanying tutorials.
- BlockBreak - Breakout clone. Linux binaries only.
- Eat
- Paddles - Pong clone. Linux binaries only.
- Sokoban clone
- Throw the Bouncing Penguin Demo - By Ricardo Cruz
[edit] Delphi
[edit] External Links
- Aaron's Game Programming Tutorials
- An article on using Hardware Surfaces with SDL
- Cone3D SDL Tutorials
- DevHub - SDL Tutorials
- Mars, Land of No Mercy - SDL Samples
- Roger's SDL Tutorials
- SDL_mixer Documentation
- Official SDL Website
- SDL Documentation Project
- Using SDL & OpenGL together by DavW
- jnrdev - 2d Jump and Run Tutorials using SDL
- Sol Tutorials
- Lazy Foo's SDL Tutorials: Beginning Game Programming
- Setting up SDL with MinGW and Eclipse
- Parallel Realities' SDL Game Tutorials

