Pins ring a circle while thousands of colored threads are strung between them, progressively revealing an emergent curved pattern. The pattern is generated by a modular "times-table" algorithm: each pin index is connected to (index × multiplier) mod pinCount, the same technique used in classic circular string art and Times Table cardioid visualizations. Threads are drawn incrementally as additive-blended line segments into a single BufferGeometry, and the multiplier cycles automatically once all 5,400 line slots are filled, producing a new star or cardioid shape each pass.