Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/auprao/mandelbrotset

learning python from tutorials, drawing the Mandelbrot Set, the Burning Ship fractal and the Julia set
https://github.com/auprao/mandelbrotset

burning-ship fractals imaginary mandelbrot

Last synced: about 1 month ago
JSON representation

learning python from tutorials, drawing the Mandelbrot Set, the Burning Ship fractal and the Julia set

Awesome Lists containing this project

README

        

I believe I should credit the two tutorials I followed closely:
https://youtu.be/xjjmkg9J7Gg?si=baey6DO80gsj8tIL
https://www.pythoninformer.com/generative-art/fractals/burning-ship/

there are two simple init commands at the end, one to comment and one to use - depends on whether you wanna see mandelbrot or the burning ship.
width, height (amount of pixels/details) as well as iteration count (accuracy and better colors) are there to modify

update: added the Julia set!