Mandelbrot set Image generator using Javascript and WebGL.
This JavaScript app generates Mandelbrot set and Julia set images using WebGL and GLSL shaders, and the result is displayed in HTML canvas.
Mandelbrot set Image generator using Javascript and WebGL.
This JavaScript app generates Mandelbrot set and Julia set images using WebGL and GLSL shaders, and the result is displayed in HTML canvas.
This control lets us choose between Mandelbrot Set and Julia Set. Each set produces different image.
Number of iterations to use to produce the image. Higher values produces more detailed thus better images.
Scale represents zoom-in value. Combine scale and offsetX, offsetY to produce different images.
Value of real part of C in the Julia-set equation (f(Z) = Z2 + C), where C = x + iy thus C-Real = x;