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...
- Visual Studio 2022
- Windows Computer
- Clone the repo
- Open the solution in Visual Studio
- Build the solution
- Set
UsingTurtleCanvas
as active project - Call Debug - Start without Debugging
There 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 - frank@woopec.net
Project Link: https://github.com/FrankFK/simple-graphics-for-csharp-beginners