Sugar Architecture: Difference between revisions
Jump to navigation
Jump to search
m (→API: Made new section, added more docs) |
|||
Line 13: | Line 13: | ||
* [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://cairographics.org/documentation Cairo] 2D graphics library ([http://cairographics.org/pycairo Python interface]) |
||
* [http://developer.gnome.org/doc/API/2.0/pango/ Pango] text layout library ([http://www.pygtk.org/docs/pygtk/pango-class-reference.html Python interface]) |
|||
* [http://www.gtk.org/api/ GTK+] user interface ([http://www.pygtk.org/docs/pygtk/index.html 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]) |
* [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]) |
Revision as of 03:28, 1 March 2007
Specifications
API
- Presence Service DBus API
- HippoCanvas: Cairo drawing and UI layout widget
Other docs
- Avahi service discovery layer
- Cairo 2D graphics library (Python interface)
- Pango text layout library (Python interface)
- GTK+ user interface (Python interface)
- D-Bus interprocess communications system (Python interface)