When u already got a fragment shader calculating a Mandelbrot fractal working, the Julia set is not far away. Adding simple sin/cos based movement on the complex plane gives a quite nice animation for the fractal. Java code as always on Github (extends the Mandelbrot codebase): GL3_JuliaSet.java Corresponding GLSL fragment shader can be found here: .fs

NIGHTNIGHT by DEDDY