Animate a zoom into the Mandelbrot set, in Fortran!
Read the blog post on some of the techniques here: https://www.jeffirwin.xyz/posts/2021-12-11-a
- gfortran (other Fortran compilers may work)
- ffmpeg
- Optional: GIMP to view images of individual frames in PPM format
git clone --recursive https://github.com/JeffIrwin/mandelbrotZoom
cd mandelbrotZoom
Use CMake, or run the provided CMake wrapper script:
./build.sh
./build/fractal.exe < inputs/example-0.txt
ffmpeg.exe -i frames/example-0_%d.ppm -c:v libx264 -pix_fmt yuv420p example-movie.mp4