Sugar Architecture/API

From OLPC
< Sugar Architecture
Revision as of 16:17, 6 March 2007 by Jcfrench (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Sugar is built in python with a variety of open source packages. Programing in the sugar environment requires a basic understanding of both the Sugar User Interface, supporting third party packages, and built in sugar packages.

Traditional software packages are built against Application Program Intefaces. Sugar runs Activities instead of applications, but from a developers point of view, it's the same thing.

Third Party Packages

  • GTK
  • Cairo
  • Hippo
  • DBUS

Sugar Packages

= Sugar Library Packages

  • Shell

Sugar User Interface Packages

Sugar Activitiy Programing Interfaces