GPU Mandelbrot
mandelbrot
About 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.
Developer info