Moon: Difference between revisions
Garycmartin (talk | contribs) m (fixing the blasted box again) |
Garycmartin (talk | contribs) mNo edit summary |
||
Line 14: | Line 14: | ||
== Development == |
== Development == |
||
Moon is a standard Python activity that uses |
Moon is a standard Python activity that uses PyGTG for graphics and events. All Python is in an easily modifiable single file with a Sugar activity subclass that takes care of control and views, and a model class for Moon calculations. Code was ported from a Cocoa Mac application I wrote some time ago called [http://osx.garycmartin.com MoonDock]. |
||
== Release Notes == |
== Release Notes == |
||
Line 21: | Line 21: | ||
= Testing (Yes) = |
= Testing (Yes) = |
||
Moon v1 has been tested on build 690, 691 and various joyride builds on a B4 laptop. |
|||
== Feature requests == |
== Feature requests == |
Revision as of 18:01, 14 February 2008
|
Moon
A simple Moon phase viewer for the XO laptop. It's usefulness as a shared activity will make more sense once the planned Sugar bulletin-board/chat overlay interface is implemented, where children will be able to point out features and places of interest to each other. Source and .xo bundle not yet posted.
Screenshot
Development
Moon is a standard Python activity that uses PyGTG for graphics and events. All Python is in an easily modifiable single file with a Sugar activity subclass that takes care of control and views, and a model class for Moon calculations. Code was ported from a Cocoa Mac application I wrote some time ago called MoonDock.
Release Notes
v1
Beta version with basic core functionality.
Testing (Yes)
Moon v1 has been tested on build 690, 691 and various joyride builds on a B4 laptop.