Basic program with rendering mandelbrot set and zooming into.
./fractal_rendererRun the programm in exploring mode. This mod allows to move and zoom camera.
./fractal_renderer <path_to_config_file>Run the program with a specific animation specified by the config file. The config file is a set of lines where each line represents a key frame between which the animation is performed. Every key frame consists of x-position, y-position, zoom.
git clone https://github.com/H5JKey/fractal-renderer.git
mkdir build && cd build
cmake ..
cmake --build .