FRACTAL LAND

bruh fractals are so epic and cool and stuff idk i just think theyre really cool so i made a page for them :DD
on this page there is an interactive mandelbrot set, julia set, and burning ship fractal!!

mandelbrot

for each point c, start at z = 0 and repeatedly do z ← z² + c. Points that don't blow up form the Mandelbrot.

julia

fix c, then for each pixel start z=z₀ and iterate z ← z² + c. The shape depends on c.

burning ship

like mandelbrot but uses absolute values before squaring, producing sharp "burned" shapes.


here are some fractal gifs and images and stuff that i like o_0