Lulu-fw01 / fractals-app

C# windows forms app which draw different fractal figures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fractals-app

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.

Pythagoras tree

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.

Pythagoras tree

Koch Curve

There are two Koch curves with different numbers of recursive steps.

Koch Curve

Koch Curve

Sierpinski carpet

There are two Sierpinski carpets. You can clearly see the difference between images with different number of recursion steps.

Sierpinski carpet Sierpinski carpet

Sierpinski triangle

Sierpinski carpet

Cantor set

Cantor set


Save fractal image

In this app it is possible to save fractal image in .bmp format.

Example


Build process

Windows

  1. Clone repository.
  2. Launch command line.
  3. Enter commands:
cd  <path_to_repository>\fractalsApp
dotnet build

About

C# windows forms app which draw different fractal figures.


Languages

Language:C# 100.0%