Difference between revisions of "Development tutorials"

From Pandora Wiki
Jump to: navigation, search
m (Matchbox Window Manager)
Line 5: Line 5:
 
* [http://www.lazyfoo.net/SDL_tutorials/index.php Lazy Foo's Tutorials].  Not Pandora specific, but a good guide to getting your programming environment set up, along with many SDL tutorials.
 
* [http://www.lazyfoo.net/SDL_tutorials/index.php Lazy Foo's Tutorials].  Not Pandora specific, but a good guide to getting your programming environment set up, along with many SDL tutorials.
 
* [http://iki.fi/sol/gp/ Sol's Graphics for beginners].  Not Pandora specific, but a good place to get started with SDL graphics coding.
 
* [http://iki.fi/sol/gp/ Sol's Graphics for beginners].  Not Pandora specific, but a good place to get started with SDL graphics coding.
 +
 +
==OpenGL on the Pandora==
 +
 +
*[[OpenGL ES 1.1 Tutorial]]
 +
 +
*[[OpenGL ES 2.0 Tutorial]]
 +
 +
*[[Combining OpenGL ES 1.1 and SDL to create a window on the Pandora]]
  
 
== The Kernel ==
 
== The Kernel ==

Revision as of 13:49, 17 February 2009

SDL Tutorials

These tutorials assume you know the basics of C++ programming, and know your way around a C++ compiler.

  • Lazy Foo's Tutorials. Not Pandora specific, but a good guide to getting your programming environment set up, along with many SDL tutorials.
  • Sol's Graphics for beginners. Not Pandora specific, but a good place to get started with SDL graphics coding.

OpenGL on the Pandora

The Kernel

Matchbox Window Manager

See Also