Summer of Code/2016/SugarizerActivitySet: Difference between revisions
No edit summary |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 53: | Line 53: | ||
The project is a full rewriting of a few Sugar apps which will be ported to Sugar Web: | The project is a full rewriting of a few Sugar apps which will be ported to Sugar Web: | ||
# Moon | # Moon - Moon is a Lunar phase activity, including upcoming Lunar eclipse information and simulated visual effect during an eclipse. | ||
# Speak | # Speak - Speak is a talking face for Sugar. It can respond to a wider range of queries from the user. | ||
# Fototoon (and more if time permits) | # Fototoon - Fototoon lets users add comic effects and allows the creation of a collage to their pictures. | ||
(and more if time permits) | |||
| Line 83: | Line 83: | ||
# [https://github.com/desandro/draggabilly draggabilly.js] for simple draggable interfaces for the ‘Fototoon’ activity. | # [https://github.com/desandro/draggabilly draggabilly.js] for simple draggable interfaces for the ‘Fototoon’ activity. | ||
Some standard JS libraries I am considering to use: | |||
# [https://jquery.com/ jquery] for a lot of added functionality to javascript | |||
# [https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API canvas] to make drawing a lot simpler on javascript | |||