advanced

#26 Julia Set

Interactive Julia set with animated parameter

The Julia set uses the same z = z*z + c iteration as the Mandelbrot, but here z starts at the pixel coordinate and c is a fixed complex parameter. Different c values produce wildly different fractals. Animating c along a path creates mesmerizing morphing fractals. Use iMouse to explore interactively.

Key Concepts

Try this shader live in the Shader Sandbox editor with real-time preview.
Open in Sandbox

Source Code


    
← Previous Mandelbrot Fractal Next → Water & Waves

All Tutorials