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

From Sugar Labs
Jump to navigation Jump to search
Line 59: Line 59:
 
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]
File:TAclock1.png|A clock activity
+
File:Pie1.png
File:TAclock2.png
+
File:Pie2.png|[http://5toescuela3.blogspot.com/2009/07/actividades-para-sugar.html Using Turtle Art for pie charts]
File:TAclock3.png
 
File:TAclock4.png
 
 
File:TAgeometry.png|Calculating the hypotenuse and approximating the angle of a right triangle
 
File:TAgeometry.png|Calculating the hypotenuse and approximating the angle of a right triangle
 
File:TAgeometry1.png|Stepping through the program is a nice way to visualize the process of approximation
 
File:TAgeometry1.png|Stepping through the program is a nice way to visualize the process of approximation
Line 71: Line 69:
 
</gallery>
 
</gallery>
  
 +
<gallery>
 +
File:TAclock1.png|A clock activity
 +
File:TAclock2.png
 +
File:TAclock3.png
 +
File:TAclock4.png
 +
</gallery>
 
Tony Forster describes his "adventures" with on-the-fly definitions to create an [http://4.bp.blogspot.com/_fTmGyLerUL4/SY0URR-P7TI/AAAAAAAAAN4/XySQUPHmiME/s1600-h/clockface.jpg analog clock] in [http://tonyforster.blogspot.com/2009/02/using-insert-function-block-in.html his blog.]
 
Tony Forster describes his "adventures" with on-the-fly definitions to create an [http://4.bp.blogspot.com/_fTmGyLerUL4/SY0URR-P7TI/AAAAAAAAAN4/XySQUPHmiME/s1600-h/clockface.jpg analog clock] in [http://tonyforster.blogspot.com/2009/02/using-insert-function-block-in.html his blog.]
  

Revision as of 20:51, 17 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

Media

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)

Sensors

Turtle Art supports sensor input:

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

Games

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

Presentations

Student work

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

Just for fun

Recent features