Skip to content

grzegorz-wcislo/terminal-mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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