Activity Team/Resources: Difference between revisions
| Line 89: | Line 89: | ||
* http://www.pygtk.org/docs/pygobject/index.html PyGObject API reference. Contains a few important things missing from the PyGTK API such as timers and idle callbacks. | * http://www.pygtk.org/docs/pygobject/index.html PyGObject API reference. Contains a few important things missing from the PyGTK API such as timers and idle callbacks. | ||
* http://api.sugarlabs.org/ The official Sugar API documentation (quite sparse but includes all the source code). | * http://api.sugarlabs.org/ The official Sugar API documentation (quite sparse but includes all the source code). | ||
* | * [[DevelopmentTeam/Almanac]] Detailed Sugar API overview. Quite in depth and offers answers to common questions. | ||
* http://pygstdocs.berlios.de/ Python GStreamer bindings. | * http://pygstdocs.berlios.de/ Python GStreamer bindings. | ||
* | * [[DesignTeam/Human_Interface_Guidelines]] The design behind the Sugar interface. Very important to read and understand before planning your activity's user interface. | ||
* http://cairographics.org/documentation/pycairo/ Cairo Python API reference. Very sparse, use the tutorial instead. | * http://cairographics.org/documentation/pycairo/ Cairo Python API reference. Very sparse, use the tutorial instead. | ||
* http://wiki.laptop.org/go/Low-level_Activity_API Information on how activities interact with Sugar. | * http://wiki.laptop.org/go/Low-level_Activity_API Information on how activities interact with Sugar. | ||