Tutorials: Difference between revisions

From OLPC
Jump to navigation Jump to search
(Created new page for links to OLPC tutorials. Feel free to add new links.)
 
(fix lists)
Line 5: Line 5:
== Sugar Activity Tutorials ==
== Sugar Activity Tutorials ==


* [[Sugar Activity Tutorial]] - This Hello World activity shows the basics of creating a python activity for Sugar
* [[Sugar Activity Tutorial]] - This Hello World activity shows the basics of creating a python activity for Sugar
* [http://www.redhatmagazine.com/2007/03/26/building-the-xo-the-anatomy-of-an-activity/ Anatomy of an Activity] - A more detailed look at Sugar activities
* [http://www.redhatmagazine.com/2007/03/26/building-the-xo-the-anatomy-of-an-activity/ Anatomy of an Activity] - A more detailed look at Sugar activities
* [http://www.redhatmagazine.com/2007/04/05/building-the-xo-porting-a-pygtk-game-to-sugar-part-one/ 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.
* [http://www.redhatmagazine.com/2007/04/05/building-the-xo-porting-a-pygtk-game-to-sugar-part-one/ 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.
* [http://www.redhatmagazine.com/2007/04/26/building-the-xo-porting-a-pygtk-game-to-sugar-part-two/ 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.
* [http://www.redhatmagazine.com/2007/04/26/building-the-xo-porting-a-pygtk-game-to-sugar-part-two/ 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.


== Further Reading ==
== Further Reading ==

Revision as of 16:56, 14 June 2007

Links to OLPC Tutorials

Here you will find links to tutorials on developing for the OLPC XO's

Sugar Activity Tutorials

Further Reading

* PyGtk - The UI library used by Sugar
* D-Bus - The communications layer used by Sugar