Tutorials: Difference between revisions
Jump to navigation
Jump to search
(→Further Reading: fix lists) |
(Add to Developers Category) |
||
Line 1: | Line 1: | ||
= Links to OLPC Tutorials = |
= Links to OLPC Tutorials = |
||
Here you will find links to tutorials on developing for the OLPC XO's |
Here you will find links to tutorials on developing for the OLPC XO's |
||
Line 14: | Line 14: | ||
* [http://www.pygtk.org/ PyGtk] - The UI library used by Sugar |
* [http://www.pygtk.org/ PyGtk] - The UI library used by Sugar |
||
* [http://dbus.freedesktop.org D-Bus] - The communications layer used by Sugar |
* [http://dbus.freedesktop.org D-Bus] - The communications layer used by Sugar |
||
[[Category:Developers]] |
Revision as of 17:12, 14 June 2007
Links to OLPC Tutorials
Here you will find links to tutorials on developing for the OLPC XO's
Sugar Activity Tutorials
- Sugar Activity Tutorial - This Hello World activity shows the basics of creating a python activity for Sugar
- Anatomy of an Activity - A more detailed look at Sugar activities
- Converting a PyGTK application to Sugar: Part 1 - Part 1 in a series of tutorials on how to port existing applications to Sugar. This tutorial goes into the internals of the game BlockParty in preparation for converting it into a Sugar activity.
- Converting a PyGTK application to Sugar: Part 2 - Part 2 in a series of tutorials on how to port existing applications to Sugar. This tutorial goes into converting the BlockParty game into a Sugar actvity.