Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 993 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 993 Bytes

Terminal Mandelbrot

Mandelbrot set visualisation for terminal.

Installation

Use make to compile, run with ./mandelbrot (from the same directory).

Or sudo make install and run with mandelbrot from anywhere!

Usage

Move around using wsad, use qe to zoom in and out. Press any of the unused keys to exit.

Mandelbrot Mode

This is the default mode. Use f to switch to Julia mode (your location is used as the complex parameter).

Julia Mode

In addition to Mandelbrot navigation, ikjl change the complex parameter. Use f to switch to Mandelbrot mode.

Screenshots

Mandelbrot Set

mandelbrot 1 mandelbrot 2 mandelbrot 3 mandelbrot 4

Julia Sets

julia 1 julia 2 julia 3 julia 4 julia 5