Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 375 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 375 Bytes

mandelbrot

A mandelbrot set computing utility using libpng.

To compile, use make. Please ensure you have libpng installed.

./mandelbrot -h for usage. Some premade fancy gradients are avalaible in examples/.

Alternately, you could install buddhabrot computing utility, an alternative way of rendering the mandelbrot set. Checkout the branch "buddhabrot" for details.