Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calebmadrigal/mandelbrot-py
Rendering the Mandelbrot set with Python
https://github.com/calebmadrigal/mandelbrot-py
Last synced: about 1 month ago
JSON representation
Rendering the Mandelbrot set with Python
- Host: GitHub
- URL: https://github.com/calebmadrigal/mandelbrot-py
- Owner: calebmadrigal
- License: mit
- Created: 2015-06-20T17:26:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-06T04:38:26.000Z (over 5 years ago)
- Last Synced: 2024-04-15T06:53:50.944Z (7 months ago)
- Language: Python
- Size: 749 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mandelbrot-py
Rendering the Mandelbrot set with PythonVery naive, slow rendition of the mandelbrot set using only the Python standard library.
# Outputs
Version 4
![mandelbrot 04](https://raw.githubusercontent.com/calebmadrigal/mandelbrot-py/master/images/mandelbrot_04.png)Version 3
![mandelbrot 03](https://raw.githubusercontent.com/calebmadrigal/mandelbrot-py/master/images/mandelbrot_03.png)Version 2
![mandelbrot 02](https://raw.githubusercontent.com/calebmadrigal/mandelbrot-py/master/images/mandelbrot_02.png)Version 1
![mandelbrot 01](https://raw.githubusercontent.com/calebmadrigal/mandelbrot-py/master/images/mandelbrot_01.png)