Some of my students want media generation without the AI. I’m…
Some of my students want media generation without the AI. I’m recommending L-Systems and Perlin Noise. This is an example of pairing them to generate organic forms that toss in a breeze made of noise.
L-Systems provide hierarchical form: a rule-driven structure that models growth, branching, and constraint. On their own, they can appear rigid because every instance follows exactly the same geometric logic. They produce organic forms using pre-determined rules and patterns.
Perlin noise provides controlled variability: smooth disturbances that mimic environmental forces or biological irregularities. Used judiciously, it modulates the determinism of the L-System without undermining its structure.
When paired, the result captures both generative order and natural variation. The grammar delivers shape; the noise delivers “life.” A great example of logic and noise working together to produce convincing natural behavior in visual systems.