andydevs / fractool

Generic fractal image generator
https://andydevs.github.io/fractool
MIT License
1 stars 0 forks source link
cmake cpp fractal julia-sets mandelbrot newton-method

FracTool

Fractal

Generate fractal images.

Website

Usage

Install

Running the CLI

Running $ fractool generates a fractal and saves it in the current working directory as fractal.png

The default algorithm to generate an image is the mandelbrot algorithm for the equation "z = z^2 + c". To change the fractal generation algorithm use --algorithm.

Run $ fractool --help for a full list of commands.