cosinekitty / mandelzoom

Creates video zooms into the Mandelbrot Set.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MandelZoom

A demo program by Don Cross that creates video zooms into the Mandelbrot Set.

Uses the files lodepng.cpp and lodepng.h from Lode Vandevenne's LodePNG image encoder/decoder to write PNG files.

The host computer must have ffmpeg installed to convert the resulting PNG files into an MP4 movie.

Here is a sample video created using this source code:

Mandelbrot Zoom video

About

Creates video zooms into the Mandelbrot Set.

License:MIT License


Languages

Language:C++ 99.5%Language:Shell 0.5%