mrdimosthenis/turtle-graphics - version: 1.0.1

for more information visit the package's GitHub page

Package contains the following modules:

turtle-graphics

This is an Elm library that enables us to command a relative cursor (turtle) to draw vector graphics!

  1. Install by running elm install mrdimosthenis/turtle-graphics in your project's root directory
  2. Import by typing import TurtleGraphics at the top of your module
  3. Create amazing graphics

Square Spiral

The source code that generates these images can be found in examples

Tree