An open API service indexing awesome lists of open source software.

https://github.com/guidofe/mandelbrot-set

Attempt to create an interactable mandelbrot-set
https://github.com/guidofe/mandelbrot-set

fractal fractal-rendering mandelbrot mandelbrot-fractal mandelbrot-sets python python-3 python3

Last synced: 10 months ago
JSON representation

Attempt to create an interactable mandelbrot-set

Awesome Lists containing this project

README

          

# mandelbrot-set
An attempt to create an interactive mandelbrot-set

![graph](graph_old.png)

Click with left mouse button to center the selection.
Scroll to change its size
Right click to zoom to that selection.
Click with the middle mouse button to hide or show the selection.
The last renderized image will be present in the script folder.
Change IM_WIDTH and IM_HEIGHT to change the image resolution. If you change the aspect ration, change it also for the pair GRAPH_WIDTH, GRAPH_HEIGHT (the size of the x and y axis of the graph).

Every pixel will be the average of five points covered by the pixel (disposed like the 5 of a die)