Turtletoy Links

https://turtletoy.net/syntax

https://svgomg.net/ optimises SVG files but does not seemto like Turtltoy SVG files

AxiDraw MiniKit 2 & SE/A3 Notes & Links

https://turtletoy.net/turtle/a4242cdb2b#seed=69,wrinkles=10,frequency=0.87,waveSize=25.7,xDisplacement=0.35,gridY=123,fieldSize=189

 

https://turtletoy.net/turtle/95530fc35d

 

https://turtletoy.net/turtle/783125b928#r1=36,r2=85,rPen=100

 

https://turtletoy.net/turtle/48b30c6521#seed=9,radius=0.38,minRadius=0.39,maxPathLength=100,frequency=1.04,style=2

 

 

Turtletoy
Turtletoy allows you to create generative art using a minimalistic javascript Turtle graphics API. Each turtle can be exported as SVG and plotted with a plotter.
turtletoy.net

It uses a language based on Turtle Graphics which is based on LOGO
see: https://en.wikipedia.org/wiki/Turtle_(robot)

Turtle (robot) - Wikipedia
Turtles are a class of educational robots designed originally in the late 1940s (largely under the auspices of researcher William Grey Walter) [citation needed] and used in computer science and mechanical engineering training. These devices are traditionally built low to the ground with a roughly hemispheric (sometimes transparent) shell and a power train capable of a very small turning radius.

 

 

https://roamerrobot.tumblr.com/post/23079345849/the-history-of-turtle-robots

The History of Turtle Robots - Roamer
With the conception of Turtles Seymour Papert introduced the idea of educational robots. This is a history of Turtle robots. The Valiant Turtle. What is a Turtle? This was Valiant's first product and...
roamerrobot.tumblr.com

The nice thing about Tutrletoy is that it has a very low threshold

LOGO at it's basics is very easy to use and understand

The turtletoy syntax is
https://turtletoy.net/syntax

Turtle API reference | Turtletoy
Turtle API reference Introduction. Turtletoy allows you to generate drawings with code, inspired by Python's Turtle graphics API.Programming turtles is done with vanilla JavaScript.. Getting Started
turtletoy.net

The following code draws a square
https://turtletoy.net/turtle/a0a124ca8e

 

This version of a square uses the walk function
and keeps walking until it has turned right 4 times

 

See this version with a slider
https://turtletoy.net/turtle/c2abf9e678#sides=3

More sides | Turtletoy
An simple example Uses a slider to draw up to 22 sides

 


https://turtletoy.net/turtle/48b30c6521#seed=9,radius=0.38,minRadius=0.39,maxPathLength=100,frequency=1.04,style=2

 

https://turtletoy.net/turtle/6cd1a99e36

 

https://turtletoy.net/turtle/1dda9e1b9a