Skip to content

A simple and interactive viewing tool to explore the Mandelbrot set.

Notifications You must be signed in to change notification settings

bsaikiran618/mandelbrot-set-viewer

Repository files navigation

Mandelbrot-Set-Viewer

A simple and interactive viewing tool written from scratch in C++ to explore the Mandelbrot set. Mandelbrot Set black and white Mandelbrot Set Blue Mandelbrot Set Blue Mandelbrot Set Blue

Dependencies:

libsdl2-dev

Linux Setup:

Run the following commands in the project folder:

Debian
$ sudo apt-get install libsdl2-dev
$ make
$ ./test
Arch
$ sudo pacman -S libsdl2-dev
$ make
$ ./test

Windows Setup:

Install SDL2 and Compile the source in your favourite editor, better yet: Dual boot linux!

Usage:

use the Arrow keys to move UP, LEFT, RIGHT or DOWN

and,

(z) - ZOOM IN

(x) - ZOOM OUT

Releases

No releases published

Packages

No packages published