Skip to content

scheuclu/mandelbrot_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot visualizer

Python edition

This is a Python implementaion of the Mandelbrot visualizer. As you can see, this is significantly simpler. It also runs just as fast, thanks to the inherent vectorization of numpy.


Setup

pip install -r requirements.txt

Run

python main.py

Combine images into a video

ffmpeg -framerate 30 -pattern_type glob -i 'image_*.png' -c:v libx264 -pix_fmt yuv420p out.mp4

Click to watch the video.
IMAGE ALT TEXT HERE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages