Skip to content

andydevs/fractool

Repository files navigation

FracTool

Fractal

Generate fractal images.

Website

Usage

Install

  • Download appropriate binary from releases page.
  • For Windows, simply run the installer.
  • For MacOS, run the self-extracting tar file (.sh) with the argument --prefix=[install-directory]
    • For MacOS, use the "Darwin" installer

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.