Skip to content

arcmags/fractal-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Terminal interface Mandelbrot set viewer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published