Platform Team/Polyol: Difference between revisions
Created page with '<noinclude> {{TOCright}} </noinclude> == Summary == Intermediate level GObject based libraries stack. == Concepts == 500px * Glucose - sugar core process…' |
No edit summary |
||
| Line 20: | Line 20: | ||
* Activity - regular activities would not use glucose directly, rather they would only access glucose through the Polyol level.<br>There is no need to code special activities, the sugar-toolkit API will be preserved, and activity developers will benefit because Polyol will support the recent sugar-toolkit API, e.g., they could use the new toolbars design even on Sugar 0.82. | * Activity - regular activities would not use glucose directly, rather they would only access glucose through the Polyol level.<br>There is no need to code special activities, the sugar-toolkit API will be preserved, and activity developers will benefit because Polyol will support the recent sugar-toolkit API, e.g., they could use the new toolbars design even on Sugar 0.82. | ||
== Libraries == | |||
=== [[Activity_Team/Services/Env|env]] === | |||
Access to various sugar environment settings. | |||
=== [[Activity_Team/Services/Shell|shell]] === | |||
Compatibility level library to sugar-shell. | |||
=== [[Activity_Team/Services/Collab|collab]] === | |||
High level client API for what activity developers might need to code collab activities. | |||
=== [[Activity_Team/Services/Storage|storage]] === | |||
High level client API to sugar-datastore and local files system. | |||
=== [[Activity_Team/Services/Gui|gui]] === | |||
A set of first level GUI widgets to simplify process of activity creation. | |||