Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 798 Bytes

File metadata and controls

22 lines (15 loc) · 798 Bytes

Mandelbrot Fractals Explorer

Fast Fractals Explorer created with glfw and OpenGL. For a more detailed explanation on implementation, see notes.

Fractals

Controls

You can zoom into the fractal by scrolling and view different parts of the fractal by dragging the mouse. Alternatively, the following shortcuts can be used:

Key Action
h / Left Arrow Pan Left
j / Down Arrow Pan Down
k / Up Arrow Pan Up
j / Right Arrow Pan Right
= Zoom In
- Zoom Out

Coloring

Smooth coloring was implemented following this blog written by Inigo Quilez.