Activities/Turtle Art/Gallery: Difference between revisions
Line 76: | Line 76: | ||
<gallery> | <gallery> | ||
File:TA-math-prime-factors.png|[https://git.sugarlabs.org/turtleart/mainline/blobs/raw/master/samples/math-prime-factors.tb prime factors] | |||
File:TA-math-snowflake.png|[https://git.sugarlabs.org/turtleart/mainline/blobs/raw/master/samples/math-snowflake.ta snowflake] | File:TA-math-snowflake.png|[https://git.sugarlabs.org/turtleart/mainline/blobs/raw/master/samples/math-snowflake.ta snowflake] | ||
File:TA-math-tree.png|[https://git.sugarlabs.org/turtleart/mainline/blobs/raw/master/samples/math-tree.ta tree] | File:TA-math-tree.png|[https://git.sugarlabs.org/turtleart/mainline/blobs/raw/master/samples/math-tree.ta tree] |
Revision as of 11:46, 18 July 2013
Note to contributors:
Please add you projects to the galleries below. The basic format is:
File:PICTURE_OF_YOUR_PROJECT|[LINK_TO_YOUR_PROJECT YOUR_PROJECT_NAME]
You can upload a PICTURE_OF_YOUR_PROJECT from the Upload Page.
Nota a los contribuyentes: Por favor, añada usted los proyectos de las galerías de abajo. El formato básico es:
File: IMAGEN_DE_SU_PROYECTO | [ENLACE_A_SU_PROYECTO NOMBRE_DE_SU_PROYECTO]
Puedes subir un imagen de su proyecto desde la página de carga.
Graphics
-
color-wheel swirl (jboisture)
-
David's design (David Morris)
-
triangulation (Colette)
-
fireworks (jboisture)
-
color wheel with shade (jboisture)
-
color wheel riff (jboisture)
Media
-
my elder cousin
-
putting images on a map
Maths
-
Calculating the hypotenuse and approximating the angle of a right triangle
-
Stepping through the program is a nice way to visualize the process of approximation
-
The final result of the approximation. Pythagoras
-
And on-the-fly function definitions
-
Currency (using File:US-currency.tar.gz)
-
Currency including coins (using File:Oz-currency.tar.gz)
-
graph paper (jelkner)
-
unit circle (jboisture)
-
A clock activity
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)
Sensors
Turtle Art supports sensor input:
-
Using a Hall-effect sensor, you can build a bike odometer in Turtle Art
-
sound paint Capturing mouse events and using audio to set the pen width
-
Reading data from multiple sensors (XO hardware only)
More ideas for sensors [[1]] [[2]]
Games
Turtle Art can be used to write games, such as a simple falling block game:
-
Space invaders
Presentations
Student work
Students from Caacupé have been sending me examples of their work:
-
Eduado Fabian Ayala Vargas
-
Johana Soeli Aquino
-
Ivan Silva
-
Rodrigo Nicolas Valdéz Bobadilla
-
Juan Pablo Espinola Carballo
-
Miguela
Just for fun
-
Q: How do I cast keyboard input to a string? A: Use chr().
Recent features
-
Cartesian and polar coordinate grids
-
Collapsible stack
-
Collapsed stack
-
Python function with one, two, or three variables
-
Expandable bullet list (two bullets)
-
Expandable bullet list (four bullets)
-
Enlarged blocks
-
Shrunken blocks
-
SVG output using the save SVG block
-
Multi-variable Python blocks
-
Turtle 'sees'