Skip to content

Demonstration of an OpenGL shader program that renders the Mandelbrot set.

Notifications You must be signed in to change notification settings

99xtal/mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot

Demonstration of an OpenGL shader program that renders the Mandelbrot set.

Screenshot of a grayscale rendering of the Mandelbrot set

Building and Running

Prerequisites: CMake

macOS/Linux

mkdir build && cmake .. && make
cd .. && ./build/mandelbrot

About

Demonstration of an OpenGL shader program that renders the Mandelbrot set.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages