On generative algorithms
inconvergent.net
On generative algorithms
1–10 of 43 posts
Re: On generative algorithms
#2That is, if you face a tree and draw a circle with your arm, and add up all the thicknesses your fingers intersect, the total will always be the same.
https://www.insidescience.org/news/uncovering-da-vincis-rule...
Re: On generative algorithms
#3In 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!
Re: On generative algorithms
#4Re: On generative algorithms
#5Warning, 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!
Re: On generative algorithms
#6Re: On generative algorithms
#7Many of these techniques have practical applications in computer graphics; see for example https://www.youtube.com/user/keeroyz/videos
Re: On generative algorithms
#8Warning, 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!
Hmm, no need to feel like that. There are so many wonderful things in the world. Creativity is additive — even if you only do something small, it still matters.
This is a wonderful quote, which I'll probably steal. (Is it original to you?) Thank you!
Re: On generative algorithms
#9and those used for programming itself.
Formerly referred to as meta-programming
generative programming is the art of writing programs that help generate programs
sort of a way of extending the idea of the tool as in programming tool
beyond its current rather static avatar that consists merely of a rather lifeless IDE
Re: On generative algorithms
#10Everyone who liked this should like to read on Generative Adversarial (Neural) Networks, generative models where a pair of neural networks are trained one against the other to learn to generate new images. This has been put to many great purposes, including artistic ones: https://towardsdatascience.com/gangogh-creating-art-with-gan...