Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 502 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 502 Bytes

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