Live data from Hacker News

Genuary 2022: Generative Code Art Prompts for a Month

genuary.art

11–20 of 38 posts

Re: Genuary 2022: Generative Code Art Prompts for a Month

#12
post #2

I was not aware of Genuary, but I have been a fan of Jamuary [0] so I took to using their prompts for some generative art the past few days. Rather than sticking to one or two of the prompts, I have been mixing together 3 at a time like "sequenced melody of a major+minor connected with white noise." I really enjoy the results.[1] [0] https://www.reddit.com/r/synthesizers/comments/rssia1/jamuar... [1] https://imgur.co…

Wasn't aware of either! But very excited by both.

Re: Genuary 2022: Generative Code Art Prompts for a Month

#13
post #4

How refreshing to see a mention of generative art that isn't followed by the mention of "NFTs". It's really spoiled one of my passions and I've had to mute a bunch of people i used to follow on Twitter. I'm not especially zealous against NFTs (more bored than I am repulsed) but it's just unspeakable boring for an entire field to turn into a sales pitch.

It's really amazing that if you search for generative music on Twitter you find mostly NFT projects/people:

https://twitter.com/search?q=generative+music&src=typed_quer...

(But if you search for stochastic music you find almost nothing).

Re: Genuary 2022: Generative Code Art Prompts for a Month

#14
post #11

I always wanted to start with generative art and this seems like a perfect starting place. Question for people that already do generative art: what library (framework) do you recommend? I know a little bit about GLSL but I know it is limiting in some cases

If you'd rather do visual programming than code, blender is a great choice. You can do generative 2D using the shader node editor, or 3D with the new geometry nodes.

For a code-based approach, I spent the weekend trying different permutations of Processing and settled on writing p5.js in VSCode. It's easy to set up, you can use vim bindings, and you can copy+paste your code into openprocessing.org if you want to share it (if it's interactive, for example).

Re: Genuary 2022: Generative Code Art Prompts for a Month

#15

Does anyone know any good resources to learn generative art? Would love to learn some algorithms and try mashing them together

This book and YouTube channel, both by Daniel Shiffman, are really excellent resources.

https://natureofcode.com/book/ https://www.youtube.com/c/TheCodingTrain

Re: Genuary 2022: Generative Code Art Prompts for a Month

#16
post #4

How refreshing to see a mention of generative art that isn't followed by the mention of "NFTs". It's really spoiled one of my passions and I've had to mute a bunch of people i used to follow on Twitter. I'm not especially zealous against NFTs (more bored than I am repulsed) but it's just unspeakable boring for an entire field to turn into a sales pitch.

I generally am not fond of NFTs myself, but want to give a counter point - while it's no fun to see artists you like posting a lot about NFTs, it's also great they can now get paid to do art. For established artists this means high purchase prices that (in the thousands, not something crazy) that make being a full time artist viable and acts as pay off for doing it for many years without much of a financial incentive. For smaller artists, it makes focusing on art as a source of income more viable. Personally i've bought some NFTs on hitenunc and was glad to support artists whose work I liked. Sure, buying some prints or something would be nicer, but that's not easy to set up, and the margins on that are presumably low.

Re: Genuary 2022: Generative Code Art Prompts for a Month

#17
post #16
post #4

How refreshing to see a mention of generative art that isn't followed by the mention of "NFTs". It's really spoiled one of my passions and I've had to mute a bunch of people i used to follow on Twitter. I'm not especially zealous against NFTs (more bored than I am repulsed) but it's just unspeakable boring for an entire field to turn into a sales pitch.

I generally am not fond of NFTs myself, but want to give a counter point - while it's no fun to see artists you like posting a lot about NFTs, it's also great they can now get paid to do art. For established artists this means high purchase prices that (in the thousands, not something crazy) that make being a full time artist viable and acts as pay off for doing it for many years without much of a financial incentive…

I somehow doubt that NFTs provide a sustainable way of increasing the amount of money spent on art. If an artist couldn't make it by selling prints or collecting donations in the past, why would people now suddenly spent more money on that artist's art just because instead of a print you get an NFT?

Re: Genuary 2022: Generative Code Art Prompts for a Month

#18
post #17
post #16

Earlier quoted context omitted.

I generally am not fond of NFTs myself, but want to give a counter point - while it's no fun to see artists you like posting a lot about NFTs, it's also great they can now get paid to do art. For established artists this means high purchase prices that (in the thousands, not something crazy) that make being a full time artist viable and acts as pay off for doing it for many years without much of a financial incentive…

I somehow doubt that NFTs provide a sustainable way of increasing the amount of money spent on art. If an artist couldn't make it by selling prints or collecting donations in the past, why would people now suddenly spent more money on that artist's art just because instead of a print you get an NFT?

I think more people will buy into an unknown artist’s NFT collection as a speculative investment than will buy their prints for the same reason. There is an established secondary market for NFTs in a way that there isn’t really for prints by unknown artists. Digital goods are always easier to buy than physical ones. Also NFTs do have an advantage for the artist that they can guarantee themselves a portion of future resale value.

I’m not entirely convinced it’s sustainable either, but I can absolutely see why right now some artists are able to make massively more from NFTs than they could from prints.

Re: Genuary 2022: Generative Code Art Prompts for a Month

#19
post #11

I always wanted to start with generative art and this seems like a perfect starting place. Question for people that already do generative art: what library (framework) do you recommend? I know a little bit about GLSL but I know it is limiting in some cases

p5 is great! Very easy to learn and has an amazing online editor to get you started immediately. Such a good tool for prototyping ideas quickly.

https://editor.p5js.org/

Re: Genuary 2022: Generative Code Art Prompts for a Month

#20

Does anyone know any good resources to learn generative art? Would love to learn some algorithms and try mashing them together

In my opinion the best starter book is Generative Design, hands down. If there was a generative art 101 textbook, this would be it.

https://www.amazon.com/Generative-Design-Visualize-Program-J...

Post reply on HN