Changes

Jump to navigation Jump to search
m
Line 1: Line 1:  +
==Ideas for new features==
 +
* Integration with Turtle Art with Sensor
 +
* conversion from GIF to SVG
 +
* scalable to other than 1200x900
 +
* more variables?
 +
* more color control: gray, color palettes?
 +
* Icons on tiles, rather than text (no localization; test with preschoolers)
 +
* "While" icon, others--functions, flow control, NumPy data structures
 +
* Prefix arithmetic and logic
 +
* Tile that can read color of current location (for toy Turtle Turing Machine)
 +
* Text tile with stroke font
 +
*  
 +
 
==Bill Kerr's questions (and some answers)==
 
==Bill Kerr's questions (and some answers)==
 
* Where do you find things (Python files, source code)?
 
* Where do you find things (Python files, source code)?
Line 16: Line 29:  
* What is FOSS etiquette, how do you go about learning to be a member of this community?
 
* What is FOSS etiquette, how do you go about learning to be a member of this community?
 
:Start by asking questions... welcome to the community!
 
:Start by asking questions... welcome to the community!
 +
::Start by lurking a bit and observing. Different parts of the community have different customs. Read code and FAQs, and get in the habit of checking through Google for help, before asking questions. Learn the basics of git and Trac.--[[User:Mokurai|Mokurai]] 00:53, 15 March 2009 (UTC)
    
--[[User:Walter|Walter]] 13:13, 27 September 2008 (UTC)
 
--[[User:Walter|Walter]] 13:13, 27 September 2008 (UTC)
Line 24: Line 38:  
* Further instructions on how to get the new Turtle Art into the release system (so it is part of the standard Sugar distribution) are found here: ReleaseTeam#New_modules_proposal Specifically, I need to generate a .xo and a distribution source:  
 
* Further instructions on how to get the new Turtle Art into the release system (so it is part of the standard Sugar distribution) are found here: ReleaseTeam#New_modules_proposal Specifically, I need to generate a .xo and a distribution source:  
 
** This process is only meant for requesting inclusion of new activities that are not yet part of the release sucrose cycle. For the releases of the other modules the maintainers of the activity are responsible. Since this article is about patching turtle art and possibly releasing the activity containing the fix by the maintainer, this could be misleading.
 
** This process is only meant for requesting inclusion of new activities that are not yet part of the release sucrose cycle. For the releases of the other modules the maintainers of the activity are responsible. Since this article is about patching turtle art and possibly releasing the activity containing the fix by the maintainer, this could be misleading.
 +
::Thanks Simon. I think I have it straight in the article now. --[[User:Walter|Walter]] 00:52, 21 October 2008 (UTC)
 +
 +
==[[User:Mokurai/Earth_Treasury|Earth Treasury]]==
 +
 +
I'm planning to use Turtle Art to teach math, programming (in TA, Logo, and Python, at least), and Computer Science, and to write a [[Education Team/Creating textbooks|book]] on it at [http://www.flossmanuals.net/ FLOSS Manuals].--[[User:Mokurai|Mokurai]] 00:53, 15 March 2009 (UTC)
 +
 +
* Where are the magic numbers in the code documented? (a little documantation at [http://sugarlabs.org/go/Modifying_Activities Modifying_Activities] - tony)
 +
 +
* Is the file format for TA documented somewhere, so that we can write a Logo to TA translator? (this would require some complicated logic, the resulting block stack would have to fit on the canvas and not overlap itself too much, I have found laying out blocks a difficult task if wanting to keep a complicated program readable. Unfortunately, the canvas does not scroll - tony)
 +
::Scrolling canvas... another item on the wish list... Tony, can you file a ticket? --[[User:Walter|Walter]] 04:07, 15 March 2009 (UTC)- #549 Tony

Navigation menu