Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 605 Bytes

README.md

File metadata and controls

50 lines (32 loc) · 605 Bytes

Mandelbrot

Employs GLFW and OpenGL to render an interactive Mandelbrot set

Supported Platforms

  • Any Linux-based OS

Installation

Dependancies

  • GLFW
  • OpenGL

Installation

git clone https://github.com/louishobson/Mandelbrot.git
cd Mandelbrot
make
make install

Uninstallation

make uninstall
make revert

Running the Program

Having run make install:

mandelbrot

Otherwise, within the installation directory:

./mandelbrot

Screenshots

Full Mandelbrot Set

Zoomed-in Mandelbrot Set