/mandelbrot

A program for generating images of the mandelbrot set

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Mandelbrot

640x360.png

Overview

This is a simple program for viewing and exporting images of the Mandelbrot set.

Build

To build the program, execute the following in a terminal:

stack build

Run

Likewise, to run the program, execute the following:

stack exec mandelbrot-exe

Using the program

InputDescription
xexport the current image
izoom in
ozoom out
Left-clickmove center to point clicked
Escexit the program