Mandelbrot fractal
By changing a few lines from the previous example, we draw this beautiful Mandelbrot fractal. All pixels are computed in parallel, which is particularly interesting if their computation is not trivial like in this example. It illustrates the power of GPU acceleration.
Fast and easy high resolution fractals with a pixel shaderAbout the Mandelbrot fractal
View on shadertoy.com