grzegorz-wcislo / terminal-mandelbrot

Mandelbrot set visualization for terminal emulators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Mandelbrot set visualization for terminal emulators

License:GNU General Public License v3.0


Languages

Language:C 53.6%Language:Shell 41.1%Language:Makefile 5.3%