Skip to content

A simple Mandelbrot fractal generator written in C++ using EasyBMP library

License

Notifications You must be signed in to change notification settings

araujo88/mandelbrot

Repository files navigation

mandelbrot

A simple Mandelbrot fractal generator written in C++ using EasyBMP library

Basic usage

Compile

make clean
make

Run

./mandelbrot <image_height> <image_width> <max_number_of_iterations> <x_min> <x_max> <y_min> <y_max> <filename>

In case an insufficient number of arguments is passed, the default ones are used.

Generating zoom video

Requirements

ffmpeg

Example

./generate_images
./generate_video.sh