Simple graphics for C# beginners (starting with turtle graphics)
Explore the docs
Programming is fun. Programming with graphics is even more fun. C# is a great programming language. For beginners there should be an easy start to graphic programming with C#. Woopec tries to help, it's free.
The first version contains turtle graphics. There is a great implementation of turtle graphics in python. I tried to bring the first parts of it into the C# world.
View this example for an overview of the Woopec''s current abilities:

To debug and run this project locally...
UsingTurtleCanvas as active projectThere is a nuget-package for usage of Woopec in WPF-applications.
For more examples, please refer to the Documentation
This is a first version. The code has not yet been cleaned up properly. I'm working on it...
Distributed under the MIT License. See LICENSE for more information.
Frank Kruse - [email protected]
Project Link: https://github.com/FrankFK/simple-graphics-for-csharp-beginners