Skip to content

A small project to use OpenGL to view and navigate the Mandelbrot set.

Notifications You must be signed in to change notification settings

alexelwood14/Mandelbrot-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot Viewer

A small project using OpenGL to view and navigate the Mandelbrot Set.

Screenshot of the mandelbrot set

Controls

Action Button
Zoom In W
Zoom Out S
Move Up Up Arrow
Move Down Down Arrow
Move Left Left Arrow
Move Right Right Arrow
Increase Iterations* R
Decrease Iterations* F
Terminate Program Esc

*Maximum number of iterations used to determine if a coordinate is divergent or not. Increases/Decreases fractal detail.

About

A small project to use OpenGL to view and navigate the Mandelbrot set.

Resources

Stars

Watchers

Forks