Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 911 Bytes

File metadata and controls

59 lines (36 loc) · 911 Bytes

fractal-cli

View and navigate the Mandelbrot set in glorious six color ascii in your terminal of choice.

terminal

200 lines of c all in main() because why not.

Build and Install

Build binary:

$ make

Install to ~/.local/bin (or /usr/local/bin if run as root):

$ make install

Uninstall:

$ make uninstall

Usage

Run in a terminal:

$ fractal-cli

Key Bindings

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

BDS0 | mags