15 comments

[ 3.2 ms ] story [ 51.1 ms ] thread
"The Algorithmic Beauty of Plants" is an awesome book on L-systems: https://en.wikipedia.org/wiki/The_Algorithmic_Beauty_of_Plan...
Seconded. It's really fascinating for anyone who is interested in the relationships between mechanistic generation and biological/natural artifacts.

For me, this book fits in the same family as Benoit Mandelbrot's "The Fractal Geometry of Nature", and Ulf Grenander's work on stochastic models for the generation of shapes like hands. And see also, cellular automata.

I'm not familiar with Ulf's work, but it sounds very interesting. I tried finding his work on stochastic models for shape generation but didn't find it. Mind pointing me in the right direction?
Agreed, I have a first edition. There was a followup book, “The Algorithmic Beauty of Seashells”, which is also pretty good.
Does anyone know of a more recent book on the subject than that? I haven't been able to find any.
This is an absolutely awesome reading, thanks for the upload.

Genuinely fascinating.

I'm always happy to see L-Systems! I find them really awesome, the base principle is very simple: string rewriting. But the results can really be impressive for such a simple concept.

I can't help but do a shameless self-plug: I'm developing an interactive L-System generator : https://github.com/epholys/procgen.

Here is a little demo: https://www.reddit.com/r/proceduralgeneration/comments/b4kpa...

And here are the L-System I've produced: https://imgur.com/a/0Rx7uln

I've been seeing yours on reddit lately, very nice stuff!