https://github.com/mrdimosthenis/turtle-graphics
Command the turtle to draw vector graphics in Elm
https://github.com/mrdimosthenis/turtle-graphics
elm functional-programming turtle-graphics
Last synced: 3 months ago
JSON representation
Command the turtle to draw vector graphics in Elm
- Host: GitHub
- URL: https://github.com/mrdimosthenis/turtle-graphics
- Owner: mrdimosthenis
- License: mit-0
- Created: 2019-07-02T19:03:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T19:39:59.000Z (about 4 years ago)
- Last Synced: 2025-03-24T05:34:46.560Z (4 months ago)
- Topics: elm, functional-programming, turtle-graphics
- Language: Elm
- Homepage: https://package.elm-lang.org/packages/mrdimosthenis/turtle-graphics/latest/
- Size: 537 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# turtle-graphics
This is an [Elm library](https://package.elm-lang.org/packages/mrdimosthenis/turtle-graphics/latest/) that enables us
to [command](https://package.elm-lang.org/packages/mrdimosthenis/turtle-graphics/latest/TurtleGraphics)
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
The source code that generates these images can be found in *examples*
