Difference between revisions of "Activities/Turtle Art/Galleries"

From Sugar Labs
Jump to navigation Jump to search
Line 69: Line 69:
 
<gallery>
 
<gallery>
 
File:Bike odometer.png|Using a Hall-effect sensor, you can build a bike odometer in Turtle Art
 
File:Bike odometer.png|Using a Hall-effect sensor, you can build a bike odometer in Turtle Art
 +
File:Audio paint.png|Capturing mouse events and using audio to se the pen width
 
</gallery>
 
</gallery>
 
More ideas for sensors [[http://wiki.sugarlabs.org/go/Activities/TurtleArt/Using_Turtle_Art_Sensors]]
 
More ideas for sensors [[http://wiki.sugarlabs.org/go/Activities/TurtleArt/Using_Turtle_Art_Sensors]]

Revision as of 17:34, 15 November 2011

Galleries

Play with Turtle Art to draw colorful art patterns using a turtle that accepts instructions for movement.

With visual programming blocks, you can snap together programs by compiling (combining) them in ways to create anything you can imagine.

more maths

Tony Forster describes his "adventures" with on-the-fly definitions to create an analog clock in his blog.

Try any of the time or math library functions, e.g.,

localtime().tm_min 
sin(x) + sin(pi/2)

presentations

games

Turtle Art can be used to write games, such as a simple falling block game:

sensors

Turtle Art supports sensor input:

More ideas for sensors [[1]] [[2]]

student work

Students from Caacupé have been sending me examples of their work:

Just for fun

Recent features