MathArt Sandbox
Stack mathematics. Make something unexpected.
Stack generative structures, warp them with noise and colour, tune every parameter, then export a still or a looping GIF. Everything renders locally.
Layers combined
- generatesSpirograph ribbon
- warpsCosmic wind
- coloursNeon wave shader
Export
Equations in this stack
Spirograph ribbon
x(t) = (R + r) cos(t) - d cos((R + r)t / r) y(t) = (R + r) sin(t) - d sin((R + r)t / r)
Parametric epitrochoid for looping ribbon shapes.
Cosmic wind
x' = x + fbm(x, y, t) y' = y + fbm(y, x, t)
Perlin noise displacement that bends every strand below it.
Neon wave shader
C(n) = 1/2 + 1/2 cos(a n + b)
Ripples the palette and switches everything below to additive glow.