0.84/Turtle Art: Difference between revisions
New page: == Introduction == Turtle Art is an activity with a Logo-inspired graphical "turtle" that draws colorful art based on Scratch-like snap-together visual programming elements. == What is n... |
|||
| Line 27: | Line 27: | ||
Changes to Turtle Art since 0.82 | Changes to Turtle Art since 0.82 | ||
Turtle Art was not part of Fructose 0.82; that it has reached a level | Turtle Art was not part of Fructose 0.82; that it has reached a level of maturity and stability to be included as part of the standard library of Sugar Activities is perhaps the most significant change. | ||
of maturity and stability to be included as part of the standard | |||
library of Sugar Activities is perhaps the most significant change. | |||
* Rebase of Turtle Art graphics from GIF to SVG | * Rebase of Turtle Art graphics from GIF to SVG | ||
| Line 47: | Line 45: | ||
* Redesign of arithmetic operators | * Redesign of arithmetic operators | ||
* Programmable block for adding user-defined math and time operators | * Programmable block for adding user-defined math and time operators | ||
* Presentation templates to enable the Turtle to make programmable | * Presentation templates to enable the Turtle to make programmable slideshows from Journal entries | ||
slideshows from Journal entries | |||
* FILO for passing arguments to subroutines | * FILO for passing arguments to subroutines | ||
* Support for exporting project to Berkeley Logo | * Support for exporting project to Berkeley Logo | ||
* Support for export of presentations to HTML | * Support for export of presentations to HTML | ||
* New documentation page (http://wiki.sugarlabs.org/go/Activities/TurtleArt) | * New documentation page (http://wiki.sugarlabs.org/go/Activities/TurtleArt) | ||
* Minor bug fixes as documented in dev.sugarlabs.org (#389; #343; | * Minor bug fixes as documented in dev.sugarlabs.org (#389; #343; #299; #240; #194; #116; #102) | ||
#299; #240; #194; #116; #102) | |||
* Minor bug fixes as documented in dev.laptop.org (#9027, #8589, #8569) | * Minor bug fixes as documented in dev.laptop.org (#9027, #8589, #8569) | ||
* Keyboard shortcuts added for major toolbar actions | |||
While many bugs were fixed, there are still a few known problems that | While many bugs were fixed, there are still a few known problems that | ||
we hope to address by the time next release: | we hope to address by the time next release: | ||
* Text input should wrap instead of overrun the input box (#489) | |||
* Text input should be editable (#489) | |||
* Text input should support all Unicode characters (input in some languages--el, zh--currently disabled) (#489) | |||
languages--el, zh--currently disabled) (#489) | * Repeated video playback unreliable (#490) | ||
* Share won't synchronize if sharer leaves session (#491) | |||
* Sensor input is disabled because of #155 | |||
* User-definable brick disabled because of #451 | |||
== Credits == | == Credits == | ||
Brian Silverman, Arjun Sarwl, Luis Michelena, Aleksey Lim, Walter Bender | Brian Silverman, Arjun Sarwl, Luis Michelena, Aleksey Lim, Walter Bender | ||