Sugar Architecture: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (→‎API: Made new section, added more docs)
Line 9: Line 9:
* [[Presence Service DBus API]]
* [[Presence Service DBus API]]
* [[HippoCanvas]]: Cairo drawing and UI layout widget
* [[HippoCanvas]]: Cairo drawing and UI layout widget

== Other docs ==
* [http://www.avahi.org/wiki/ProgrammingDocs Avahi] service discovery layer
* [http://www.avahi.org/wiki/ProgrammingDocs Avahi] service discovery layer
* [http://cairographics.org/documentation Cairo] 2D graphics library ([http://cairographics.org/pycairo Python interface])
* [http://www.gtk.org/api/ GTK+] user interface ([http://www.pygtk.org/docs/pygtk/index.html Python interface])
* [http://dbus.freedesktop.org/doc/dbus-tutorial.html D-Bus] interprocess communications system ([http://dbus.freedesktop.org/doc/dbus-python/doc/tutorial.html Python interface])


[[Category:Sugar]]
[[Category:Sugar]]

Revision as of 05:28, 21 February 2007

Specifications

API

Other docs