Live data from Hacker News

On generative algorithms

inconvergent.net

21–30 of 43 posts

Re: On generative algorithms

#21
He does a great job of explaining stuff that seems very hard in a way that is intuitively very implementable.

I've been a fan of his for years and have ported some of his stuff to my own robots...

Re: On generative algorithms

#24
post #22

The father of all of this is William Latham. https://www.doc.gold.ac.uk/~mas01whl/ (or John Conway, but that's another league)

Hard to define a beginning but "The Algorists" such as Roman Verostko, Frieder Nake, Manfred Mohr are probably a better reference for a starting point http://www.verostko.com/algorist.html

Or possibly Lillian Schwartz's work at Bell Labs http://lillian.com/

Re: On generative algorithms

#25
post #22

The father of all of this is William Latham. https://www.doc.gold.ac.uk/~mas01whl/ (or John Conway, but that's another league)

Lindenmayer (born 1925) and Prusinkiewicz (born 1952) are older.

https://en.wikipedia.org/wiki/Aristid_Lindenmayer

https://en.wikipedia.org/wiki/Przemys%C5%82aw_Prusinkiewicz

https://en.wikipedia.org/wiki/The_Algorithmic_Beauty_of_Plan...

Re: On generative algorithms

#26
post #3

Warning, this series of fantastically written articles on generative art might make you feel very small and sad compared to those who are capable of not only creating but communicating beauty like this. In other words, I highly recommend you try some generative art yourself and see that at its core, it is not that hard and YOU can do it too!

Do you have any recommendations of where to start?

Pick any geometry library in your favorite language and start doing random things.

Create random points, connect them in random ways, create random polygons.

Then start adding constraints like minimum distances, lengths or topological ones like overlap or touch.

Re: On generative algorithms

#29
About half a decade ago I had added a random blot generation to my now-unmaintained-site https://web.iiit.ac.in/~paresh.verma/. I have spent a few hours generating random blots, and trying to interpret them. Adding more structure to it, with an algorithm should make it more interesting and entertaining.

Re: On generative algorithms

#30
post #3

Warning, this series of fantastically written articles on generative art might make you feel very small and sad compared to those who are capable of not only creating but communicating beauty like this. In other words, I highly recommend you try some generative art yourself and see that at its core, it is not that hard and YOU can do it too!

Any idea on what they used to generate patterns like this?

https://img.inconvergent.net/img/plot/43adc57.jpg

Post reply on HN