Difference between revisions of "Development tutorials"
From Pandora Wiki
m |
(→The Kernel) |
||
Line 9: | Line 9: | ||
* [[Kernel build instructions|Compiling the Kernel from Git]] | * [[Kernel build instructions|Compiling the Kernel from Git]] | ||
* [[Kernel interface|Kernel Interface]] | * [[Kernel interface|Kernel Interface]] | ||
+ | |||
+ | == Matchbox Window Manager == | ||
+ | |||
+ | * [[Matchbox|Matchbox Versions]] | ||
+ | * [[Matchbox|Setup Xoo on Ubuntu 8.04/8.10]] | ||
== See Also == | == See Also == |
Revision as of 07:35, 19 December 2008
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.