System Load
0.02ms
Scale
100%
System Load
0.02ms
Scale
100%
Hilbert Squiggle draws a Hilbert curve, a continuous space-filling fractal curve that passes through every cell of a grid without crossing itself. Increasing the recursion order packs the curve into finer and finer detail, visually demonstrating how a one-dimensional line can be folded to approximate filling a two-dimensional area.
Students and educators studying space-filling curves and fractal geometry, and anyone who wants a generative Hilbert-curve visual for art or reference.
What is a space-filling curve?
A curve whose path, as recursion increases, comes arbitrarily close to passing through every point in a bounded area, while remaining a single unbroken line.
Why does higher recursion increase load?
Each additional order roughly quadruples the number of line segments the curve is built from, increasing render time.
Built by @toteclabs