Mandelbrot set visualisation for terminal.
Use make
to compile, run with ./mandelbrot
(from the same directory).
Or sudo make install
and run with mandelbrot
from anywhere!
Move around using wsad
, use qe
to zoom in and out.
Press any of the unused keys to exit.
This is the default mode.
Use f
to switch to Julia mode (your location is used as the complex parameter).
In addition to Mandelbrot navigation, ikjl
change the complex parameter.
Use f
to switch to Mandelbrot mode.