steilgedacht / fraktalviewer

A viewer/explorer/animation-tool for the Mandelbrot set and the Juliaset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fraktalviewer

A program to explore fractals like the mandelbrot-set and the corresponding julia-sets.

The main program is the Fraktalviewer.exe. The project was made in Visual Studio, the corresponding project files are in the /Fraktalviewer directory.

Bild1

I made also a couple of explainitory videos:
Mandelbrot set: https://www.youtube.com/watch?v=_78kGnsYXLc
Other fractals: https://www.youtube.com/watch?v=HFXle1n3aO8
Julia set: https://www.youtube.com/watch?v=lkrARpExZkc

Navigation Tools

Buttons

image
To select the Mandelbortset (left picture) press the M Key or click on the Mandelbrotmenge button.
To select the Juliaset (right picture) press the J Key or click on the Juliamenge button.
To zoom out or in in the selected set, you can use these 2 Buttons image
Refresh the view with image

Dynamic View

You can enalbe dynamic view with this button: image

Here you first have to expand the window in the bottom right with image The dynamic view has only a limited size and a limited iteration depth in order to increase refresh time:
image

Underlying Formulas

There are several different formulas to choose:
image

Color Themes

There are also multiple color themes avaidble:
image

You can also change the black color of the elements, that are contained in the set, to a different color.
image

Additional Data

image

Exporting Images

image
You can add a name for the file in the "Dateiname" box and the click on "Speichern" to save the image. Select the Mandelbrotset or the Juliaset first before saving.

Animation

By clicking on Animationsbereich you can configure a starting position, a ending position and the steps inbetween them.
image
This configuration would mean: Start at 1 + i1 and go to 2 + i2 in 5 steps. If you then click on Animate, the images get exported and you can later put them together to a video in a software like Blender. image

About

A viewer/explorer/animation-tool for the Mandelbrot set and the Juliaset


Languages

Language:C# 100.0%