Activity Team/Resources: Difference between revisions

Wade (talk | contribs)
No edit summary
Wade (talk | contribs)
No edit summary
Line 49: Line 49:
====Cairo Graphics====
====Cairo Graphics====
* http://www.tortall.net/mu/wiki/CairoTutorial
* http://www.tortall.net/mu/wiki/CairoTutorial
* http://cairographics.org/documentation/pycairo/


Cairo is the graphics library used in Sugar.  The tutorial is a good introduction to the API as well as vector graphics programming in general.
Cairo is the graphics library used in Sugar.  The tutorial is a good introduction to the API as well as vector graphics programming in general.
Line 79: Line 78:
* http://pygstdocs.berlios.de/ Python GStreamer bindings.
* http://pygstdocs.berlios.de/ Python GStreamer bindings.
* http://wiki.laptop.org/go/OLPC_Human_Interface_Guidelines The design behind the Sugar interface.  Useful when planning your activity.
* http://wiki.laptop.org/go/OLPC_Human_Interface_Guidelines The design behind the Sugar interface.  Useful when planning your activity.
* http://cairographics.org/documentation/pycairo/ Cairo Python API reference
* 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.