Skip to content

ziap/mandelbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot explorer

Mandelbrot explorer in C and OpenGL ES.

Web demo: https://ziap.github.io/mandelbrot (JS and WebGL)

Features

  • Histogram coloring
  • Sine color palette
  • Normalized iteration count
  • Shading
  • Supersampling anti-aliasing
  • Compute on OpenGL (or maybe even Vulkan) fragment shader
  • WebGL port
  • Dynamic width and height
  • Zoom and pan
  • Perbutation
  • Screenshot tool

Result

Requirements

  • A C99 compiler
  • GNU make
  • GLFW
  • GLEW

Usage

Use make or make build for release build and make debug for debug build.

Run build/mandelbrot.

License

This project is licensed under the MIT License.