Skip to content
Notifications You must be signed in to change notification settings

shahd-moh-abdel/fractals

Repository files navigation

Fractal Explorer

A Mandelbrot set visualizer built with OpenGL and C++. With smooth zoom and animated color palettes.

image image image image image image image

Controls

  • Mouse wheel: zoom in/out
  • + / - : zoom
  • R: reset
  • ESC: exit

Requirements

  • OpenGL 4.3
  • GLFW3
  • GLAD
  • Linux/Unix system

Building

Run the script:

bash build.bash

then run the app:

./app

or install the pre-built version from itch.io here.

Tech Stack

  • OpenGL/GLSL
  • GLFW
  • GLAD
  • C++

Costomize

  • you can change this value if you want more zoom
#define MAX_ITERATIONS 500

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages