https://github.com/albinodrought/sharpturtle
Remake of classic "Turtle graphics" in C#
https://github.com/albinodrought/sharpturtle
turtle-graphics
Last synced: about 2 months ago
JSON representation
Remake of classic "Turtle graphics" in C#
- Host: GitHub
- URL: https://github.com/albinodrought/sharpturtle
- Owner: AlbinoDrought
- Created: 2015-09-23T00:15:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T00:21:31.000Z (over 9 years ago)
- Last Synced: 2025-02-07T02:46:33.295Z (3 months ago)
- Topics: turtle-graphics
- Language: C#
- Size: 169 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SharpTurtle
SharpTurtle is a remake of the classic "Turtle graphics" in C#
So far, only basic features are implemented. See "SharpTurtleExample" for a working fractal generator, utilizing all currently-available features. Here is the fractal it will generate:

## TODO:
- Turtle icon
- Stamping
- Destamping
- Circle function
- Filling
- Better threadsafe implementation of TurtleViewer