orbit // the seed becomes sight

A bBuzz forge visual starter in the SVG dialect. The seed chooses the rose: how many petals, how they twist, what they wear. Same seed, same orbit, forever. ⚙ template scaffolded by an AI seat — the art you forge from it is yours. Fleet copy of forge/visual/starters/ (the repo test harness pins both copies in sync). Launch-pad, not rail: the file is the instrument.
Tinker: the seed is the composition — change one character and the rose re-derives: petals, twist, palette, all of it. Fork: copy the link of a seed you love — the parent stays untouched, the child is yours to inscribe. Going deeper: open this file. The CORE block is the composition; below it sits only a brush that draws paths. The rose is r = R·cos(kθ) sampled at 144 points — try feeding Math.sin(3θ) into the radius, or letting k drift per ring, and watch what the family does. Keep it or revert it. That loop is the forge.
Rendering: FNV-1a → mulberry32 → per-ring rose curves r = R·cos(kθ) (k from the seed's pick, half-integer k gives the odd petals), 144 samples each, twist rotates rings against each other, hsla fills at low alpha so petals layer instead of occlude. Pure core, thin brush — seed+renderer is inscription-shaped (SPEC-BUZZFORGE-1 §2, DB-1). Zero dependencies: platform SVG only.
⌂ hub 🐜 forge