mrdimosthenis/turtle-graphics

This package lets us command a relative cursor (turtle) to draw vector graphics


Keywords
elm, functional-programming, turtle-graphics
License
Other
Install
elm-package install mrdimosthenis/turtle-graphics 1.0.1

Documentation

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