| ▲ | Lindenmayer.jl: Defining recursive patterns in Julia(cormullion.github.io) | |
| 42 points by WillMorr 4 days ago | 2 comments | ||
| ▲ | AxiomLab 5 hours ago | parent | next [-] | |
L-systems perfectly illustrate how massive visual complexity can be mathematically derived from a handful of discrete axioms. It’s a core mental model. When building generative systems, the designer's job fundamentally shifts from manually drawing the final shape to strictly engineering the initial recursive rules. A design system that cannot be expressed as a recursive function is usually just arbitrary styling, not a true system. | ||
| ▲ | canjobear 3 hours ago | parent | prev [-] | |
For the computational linguistics aficionados: L-systems are context-free grammars by another name. | ||