Live data from Hacker News

Lindenmayer Systems

rue-a.github.io

31–35 of 35 posts

Re: Lindenmayer Systems

#31

If you're interested in L-systems you may also enjoy reading about Shape Grammars. Sort of an evolutionary dead-end in terms of system design, but intriguing. As far as I can tell they were basically superceded by other types of programmatic or parametric design systems. Some references: - http://web.mit.edu/~haldane/www/icerays/ - https://vincentmai.com/Shape-Grammar - https://wiki.ece.cmu.edu/ddl/index.php/Shape_gr…

Thanks for sharing, I never heard about this before! The Wikipedia article on shape grammar has a link to an old website[1] from a workshop at MIT that links to many more interesting resources, including the “Shape” book by George Stiny you mentioned as a free download (not sure if the author agreed to this, so I’ll just use it as a reading sample and buy the book if I like it), course material, presentations, etc.

I also found a more recent book[2] by George Stiny called “Shapes of Imagination: Calculating in Coleridge's Magical Realm” that is also about shape grammars and is actually open access. Coming from a design background, I am sure to take a closer look at some of this stuff.

- [1] https://web.archive.org/web/20190405160829/http://shapegramm...

- [2] https://direct.mit.edu/books/oa-monograph/5489/Shapes-of-Ima...

Re: Lindenmayer Systems

#35
Always fun to see an interactive L-System implementation!

This one seemed to have odd line weights to me... until I realized that the default F-Reproduction value seems to have a bug: I think it's supposed to be "F[-F]F[+F]F" instead of "F[-F]F[+F][F]"?

- https://github.com/rue-a/L-Systems/blob/d725d7da9a2c96afabfc...

Post reply on HN