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
- Host: GitHub
- URL: https://github.com/viktorstrate/mandelbrot-opengl
- Owner: viktorstrate
- Created: 2020-02-06T18:12:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-08T16:16:42.000Z (about 6 years ago)
- Last Synced: 2025-04-12T23:47:40.827Z (11 months ago)
- Topics: mandelbrot, opengl
- Language: C
- Homepage:
- Size: 659 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mandelbrot Set using OpenGL

## 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`