Activity Team/Resources: Difference between revisions
→Sugar Activities: add Low-Level Activity API link |
m →References: use local version of Low-level Activity API |
||
| Line 116: | Line 116: | ||
* [[Human Interface Guidelines]] The design behind the Sugar interface. Very important to read and understand before planning your activity's user interface. | * [[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. | ||
* [[ | * [[Development Team/Low-level Activity API]] Information on how activities interact with Sugar independent of programming language. | ||
* http://www.pygame.org/ The Pygame game development library. | * http://www.pygame.org/ The Pygame game development library. | ||
* [[Development Team/sugargame]] Python package which makes it possible to embed Pygame in a Sugar activity. | * [[Development Team/sugargame]] Python package which makes it possible to embed Pygame in a Sugar activity. | ||