An open API service indexing awesome lists of open source software.

https://github.com/viktorstrate/mandelbrot-opengl

Real-time mandelbrot renderer written in C++ with OpenGL
https://github.com/viktorstrate/mandelbrot-opengl

mandelbrot opengl

Last synced: 11 months ago
JSON representation

Real-time mandelbrot renderer written in C++ with OpenGL

Awesome Lists containing this project

README

          

# Mandelbrot Set using OpenGL

![screenshot](./screenshot.png)

## Dependencies

- CMake
- OpenGL
- GLFW 3

### Install dependencies on Linux

sudo apt install cmake glfw3

### Install dependencies on MacOS

brew install cmake glfw3

## Build

To build run `./build.sh`