JavaScript Turtle Graphics Examples
Warning
This page is currently a stub. The true example can be found here
Overview
This page contains examples of the graphics generated with the turtle graphics program. This is a pictorial index, so clicking on an image will bring up the Turtle Graphic IDE loaded with the program to generate the image. The description of the example tells what inspired the example, where more information can be found, or where similar things can be found. There are two ways to use this. One is to explore the possibilities. The other is to use these as inspirations to do something similar or to even copy the design. You can use the example code to start from or you can try to build the design from a blank slate. You will learn more building your designs from scratch. At last count there are 85 examples.
Simple Figures
Graphic showing the Cartesian coordinate system used by turtle graphics.
- A set of circles inscribed between the center point and the radius of a larger circle.
- [ Seed of life or flower of life pattern drawn with six evenly spaced circles of the same radius about a central circle of the same size.For more information see https://www.geometrycode.com/free/seed-of-life-pattern-construction-using-compass ](“turtle.html?example=dividing_circle”)
- A set of concentric open and filled heart shapes.