Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# mandelbrot-py
Rendering the Mandelbrot set with Python

Very 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)