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
- Host: GitHub
- URL: https://github.com/guidofe/mandelbrot-set
- Owner: GuidoFe
- Created: 2020-12-07T21:43:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-16T18:42:10.000Z (over 5 years ago)
- Last Synced: 2025-01-15T23:15:40.949Z (over 1 year ago)
- Topics: fractal, fractal-rendering, mandelbrot, mandelbrot-fractal, mandelbrot-sets, python, python-3, python3
- Language: Python
- Homepage:
- Size: 527 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mandelbrot-set
An attempt to create an interactive mandelbrot-set

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)