Skip to content

H5JKey/fractal-renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fractal-renderer

Basic program with rendering mandelbrot set and zooming into.

image

Usage

./fractal_renderer

Run 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.

Building

git clone https://github.com/H5JKey/fractal-renderer.git
mkdir build && cd build
cmake ..
cmake --build .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published