Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/princeofpuppers/mandelbrot-generator
https://github.com/princeofpuppers/mandelbrot-generator
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/princeofpuppers/mandelbrot-generator
- Owner: PrinceOfPuppers
- Created: 2019-04-30T02:49:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T23:43:45.000Z (almost 5 years ago)
- Last Synced: 2024-11-08T03:44:26.227Z (2 months ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mandelbrot-generator
dependencies:
-matplotlib
-numpydescription:
-Generates an image of the mandelbrot set according to the parameters in config.py, color is determined by how quickley the generating function diverges (black is chosen for convergence to increse contrast,dark blue is maximum divergence).
-Right clicking anywhere on the image will re-render it zoomed into the point of clicking while maintaining the same resolution, this however does not change the number of iterations.
-Multiprocessing is used to increase the image rendering time, it is highly recommended for resolutions 500x500 and up and for high iteration counts.