Logo-style turtle graphics in JavaScript using HTML5 Canvas. Basically, turtle graphics re-imagined for a JavaScript world. Current lib (with HSV color support) gzips down to <1K (about half that if you skip HSV color util), so there's no excuse *not* to put a little "turtle" in your web project.
Stars
112
Forks
18
Watchers
112
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
Adding an "angle" method, and renaming the private angle variable temporarily to _angle to avoid conflict (ugly, will fix).
d50568aView on GitHub