GLOSSARY +++ LIVE VISUALS + VJ CRAFT**

Phyllotaxis

Also called: golden angle spiral, Fermat spiral

The spiral arrangement plants use to pack seeds and leaves, built on the golden angle: the sunflower pattern, and a generative staple.

Look into a sunflower head and two families of spirals cross, their counts consecutive Fibonacci numbers. The mechanism is a single rule: each new seed appears rotated about 137.5 degrees, the golden angle, from the last, and pushed outward. That angle, the irrational slice of the circle, guarantees no seed ever lines up exactly behind another, so the packing stays even at every scale. Pinecones, pineapples, succulents, and daisy florets all run the same program.

In code the whole pattern is two lines: angle = n × 137.5°, radius = c × √n, then place a point in polar coordinates. Vogel’s model, as this is known, is many people’s first taste of generative art because the payoff-to-code ratio is absurd, an organic, iconic form from arithmetic. Varying the angle by fractions of a degree makes the spiral arms unwind and reform, one of the great parameter-space animations.

For reactive work, phyllotaxis provides structure that reads as grown rather than gridded: point clouds, dot mandalas, and radial layouts placed by the golden angle feel botanical for free. Animating the angle or the scale from the music sends visible waves through the entire arrangement at once, coherent full-field motion from one number.