View and navigate the Mandelbrot set in glorious six color ascii in your terminal of choice.
200 lines of c all in main() because why not.
Build binary:
$ make
Install to ~/.local/bin (or /usr/local/bin if run as root):
$ make install
Uninstall:
$ make uninstall
Run in a terminal:
$ fractal-cli
h j k l
: move left, down, up, right
H J K L
: move left, down, up, right 8 cells
n p
: increase, decrease max iterations
N P
: increase, decrease max iterations by 8
i o
: zoom in, zoom out
0 R
: reset
q Q
: quit