GPU Mandelbrot
  • 3.0

GPU Mandelbrot

  • Latest Version
  • Infinite Worlds

Explore the beautiful Mandelbrot set with the full power of your GPU shaders.

About this app

A very fast and fully GPU based way to explore and capture shots of the beautiful and infinite Mandelbrot set.

This app pushes the GPU to the limit by doing all the calculations in GLSL shaders and should be much faster than CPU based methods. At large zoom levels the shader code emulates double precision in a vertex shader and manages on most low end devices to get at least 43 bit precision instead of the normal 10 bit.

Try all the different options. Use two fingers or double tap to zoom. By holding a finger on the screen you can pan and zoom for as long as you like. The fractal will be updated when you stop touching the screen.

Turn off the automatic shader picker and manually try the different modes. The GLSL code is based on www.thasler.org/blog/?p=93 and uses some unusual constructs that some graphics drivers might treat differently.

Versions GPU Mandelbrot