/mandelbrot

Simple fractal generator

Primary LanguageCMIT LicenseMIT

Simple Fractal Generator

Renders a fractal image.

Software Requirements

Building the project requires:

Libraries

Third-party libraries required to build the binary include:

Build

Build the project from scratch as follows:

mkdir -p $HOME/dev/c
cd $HOME/dev/c
git clone https://github.com/DaveJarvis/mandelbrot
cd mandelbrot
make

The project is built.

Run

Use ./mandelbrot to run.

Help

Use ./mandelbrot --help to display the command line options.

Result

Open out.png to see the output.