GPU Mandelbrot
by Infinite Worlds
Explore the beautiful Mandelbrot set with the full power of your GPU shaders.
App Name | GPU Mandelbrot |
---|---|
Developer | Infinite Worlds |
Category | Education |
Download Size | 0 MB |
Latest Version | 1.1.2 |
Average Rating | 3.50 |
Rating Count | 69 |
Google Play | Download |
AppBrain | Download GPU Mandelbrot Android 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.
Recent changes:
Update app to target latest Android version
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.
Recent changes:
Update app to target latest Android version