C# windows forms app which draw different fractal figures.
For all fractal types it is possible to set gradient coloring and number of recursive steps.
For Pythagoras tree you can set special coefficient responsible for the size of the tree. You can experiment with different tree breanches slopes by changing the angles.
Here you can see gradient Pythagoras tree with different tree branches angles.
There are two Koch curves with different numbers of recursive steps.
There are two Sierpinski carpets. You can clearly see the difference between images with different number of recursion steps.
In this app it is possible to save fractal image in .bmp format.
Windows
- Clone repository.
- Launch command line.
- Enter commands:
cd <path_to_repository>\fractalsApp
dotnet build