This is a simple program for viewing and exporting images of the Mandelbrot set.
To build the program, execute the following in a terminal:
stack build
Likewise, to run the program, execute the following:
stack exec mandelbrot-exe
Input | Description |
---|---|
x | export the current image |
i | zoom in |
o | zoom out |
Left-click | move center to point clicked |
Esc | exit the program |