An open API service indexing awesome lists of open source software.

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#

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:

![Generated Fractal](SharpTurtle/SharpTurtleExample/Generated/fractal.png)

## TODO:

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