|
Size: 49
Comment: page created
|
Size: 3188
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| SDL tutorials available from different sources. | = SDL Tutorials = There are a number of SDL tutorials available from different sources. <<TableOfContents()>> == Multi-Subject == * [[http://twinklebear.github.io/pages/sdl2/|TwinklebearDev]] . Tutorials covering a wide variety of introductory topics with SDL 2.0 * [[http://www.sdltutorials.com/|SDLTutorials.com]] . A whole website about SDL tutorials, including SDL basics, events, animation, entities, maps and other topics * [[https://web.archive.org/web/20180117074719/http://blog.stuff-o-matic.com/post/2013/09/15/ASGP-s-Android-Port-Part-II%3A-from-SDL-1.2-to-SDL-2.|Migrating a C++ game from SDL 1.2 to SDL 2.0]] (Archived) . An example of a project upgrade from SDL 1.2 to SDL 2.0 * [[http://lazyfoo.net/tutorials/SDL/index.php|Beginning Game Programming v2.0]] . A collection of detailed tutorials for game programming using SDL 2.0 with C++ == Setup == * [[https://www.youtube.com/watch?v=wWGtuc5uqF4]] . A video tutorial showing how to setup SDL 2.0 with codeblocks mingw32 compiler * [[https://www.youtube.com/watch?v=UwpZOwT9nVc]] . A video tutorial showing how to setup SDL 2.0 with codeblocks mingw32 compiler with OpenGL 3.0+ & compiling GLEW libraries == Android == * [[http://www.dinomage.com/2013/01/howto-sdl-on-android/]] . An example of setting up SDL on Android * [[https://web.archive.org/web/20180127022200/http://blog.stuff-o-matic.com/post/2013/10/20/ASGP-s-Android-Port-Part-IV%3A-building-the-APK|Building an Android application using the SDL]] (Archived) . An example of building an Android application using the SDL == Video == * [[http://slouken.blogspot.com/2011/02/streaming-textures-with-sdl-13.html|Streaming textures with SDL 2.0]] . A quick guide to streaming textures * [[http://rainwarrior.ca/dragon/sdl_glsl.html|Using GLSL with SDL]] . A tutorial on enabling and using GLSL extensions with SDL . Check out http://hg.libsdl.org/SDL/file/default/test/testshader.c also === OpenGL === * [[http://www.g-truc.net/post-0204.html|OpenGL 3 Samples Pack]] . Using SDL 2.0 beta with OpenGL 3 * [[http://www.opengl.org/wiki/Tutorial1:_Creating_a_Cross_Platform_OpenGL_3.2_Context_in_SDL_(C_/_SDL)|OpenGL 3.2 and SDL]] . Using SDL 1.3 alpha with OpenGL 3.2 Context * [[http://iphonesdkdev.blogspot.com/2009/04/opengl-es-for-iphone-simple-tutorial.html|OpenGL ES for iPhone : A Simple Tutorial]] . A brief introduction to OpenGL ES == Haptic == * [[https://web.archive.org/web/20130728040700/http://bobbens.dyndns.org/journal/2010/sdl_haptic]] (Archived) . Covers the basics of how to create and playback simple force feedback effects with SDL == Input == * [[Tutorials/TextInput|Text Input]] . Using SDL for text inputs with specific consideration for international users == Threads == * [[https://web.archive.org/web/20180625073639/http://ansuz.sooke.bc.ca/software/sdl-condvars.php|Condition variables in SDL]] (Archived) . A good discussion of condition variables (in computer science rather than gaming context), some mention of mutex and semaphore use == SDL 1.2 == . [[SDL1.2Tutorials|SDL 1.2 Tutorials]] |
SDL Tutorials
There are a number of SDL tutorials available from different sources.
Multi-Subject
- Tutorials covering a wide variety of introductory topics with SDL 2.0
- A whole website about SDL tutorials, including SDL basics, events, animation, entities, maps and other topics
Migrating a C++ game from SDL 1.2 to SDL 2.0 (Archived)
- An example of a project upgrade from SDL 1.2 to SDL 2.0
Beginning Game Programming v2.0
- A collection of detailed tutorials for game programming using SDL 2.0 with C++
Setup
https://www.youtube.com/watch?v=wWGtuc5uqF4
- A video tutorial showing how to setup SDL 2.0 with codeblocks mingw32 compiler
https://www.youtube.com/watch?v=UwpZOwT9nVc
A video tutorial showing how to setup SDL 2.0 with codeblocks mingw32 compiler with OpenGL 3.0+ & compiling GLEW libraries
Android
http://www.dinomage.com/2013/01/howto-sdl-on-android/
- An example of setting up SDL on Android
Building an Android application using the SDL (Archived)
- An example of building an Android application using the SDL
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
- Using SDL 1.3 alpha with OpenGL 3.2 Context
OpenGL ES for iPhone : A Simple Tutorial
- A brief introduction to OpenGL ES
Haptic
https://web.archive.org/web/20130728040700/http://bobbens.dyndns.org/journal/2010/sdl_haptic (Archived)
- 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
Condition variables in SDL (Archived)
- A good discussion of condition variables (in computer science rather than gaming context), some mention of mutex and semaphore use
