• GPU Mandelbrot 1
  • GPU Mandelbrot 2
  • GPU Mandelbrot 3
  • GPU Mandelbrot 4

GPU Mandelbrot

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.

Category : Education

Related searches

Reviews (9)

Ste. K. Jun 8, 2021     

Fast rendering, dodgy UI. The speed of the renders is a revelation, but the UI is so translucent that much of it is not readable at all. If the developer redid it with a more opaque background it would be superb.

dat. Feb 28, 2020     

it just crashes when you zoom

Gil. R. Feb 3, 2017     

Works brilliantly - up to a point. This is the fastest Mandelbrot generation I've ever seen, BUT after I zoomed in and agreed to use emulated double precision it slowed the whole device to absolute slug speed. If this could be overcome and it could keep up its speed into deep zooms then it would be far and away the fastest and best Mandelbrot generator. It's just not quite there yet.

Ste. M. Mar 1, 2017     

Crashes, locks, streaks. Nice concept but useless. Samsung S5

Jan. E. Nov 18, 2015     

Crashes on my s4mini when more than ~70 iterarions. Please update!

Cli. F. Mar 18, 2015     

This is so fast and fluid, one can explore the fractal world and see its beauty. The slow rendering of several others I have tried spoil the experience a bit. Would like to find one as good for other fractal sets.

Dar. G. Feb 17, 2015     

Fantastically fast and really easy to use. But once you hit emulated double precision it just hangs.

M.k. A. Dec 12, 2014     

Was cool

Fre. G. Nov 16, 2017     

Hangs when zooming on both of my devices. Good idea - bad implementation.