Live data from Hacker News

Making Generative Art with Rust

blog.abor.dev

11–15 of 15 posts

Re: Making Generative Art with Rust

#11
Great to see a movement arising where art/tech starts to hopefully grow closer together with a new generation of generative artists. Reading Isaacsons Da Vinci biography. Even in his time there was a bit of a split between science and art, but also a lot of collaboration in the science of anatomy. In our time I think we still need more merging of art with computer science, complexity science etc!

Quick plug of my own generative work: https://hyperobjects.design/gallery

Click through to the individual artwork pages for links to access the source code for every work and run it directly in the browser.

Re: Making Generative Art with Rust

#12
post #11

Great to see a movement arising where art/tech starts to hopefully grow closer together with a new generation of generative artists. Reading Isaacsons Da Vinci biography. Even in his time there was a bit of a split between science and art, but also a lot of collaboration in the science of anatomy. In our time I think we still need more merging of art with computer science, complexity science etc! Quick plug of my own…

It looks super nice. What's that framework that you use for your art?

Re: Making Generative Art with Rust

#13
post #11

Great to see a movement arising where art/tech starts to hopefully grow closer together with a new generation of generative artists. Reading Isaacsons Da Vinci biography. Even in his time there was a bit of a split between science and art, but also a lot of collaboration in the science of anatomy. In our time I think we still need more merging of art with computer science, complexity science etc! Quick plug of my own…

It looks super nice. What's that framework that you use for your art?

https://hyperobjects.design/workbench

Developing this creative-coding tool myself that renders to SVG/Canvas!

Re: Making Generative Art with Rust

#15

In the GitHub video you said "you should never use π" (to use τ instead), an interesting comment. What is the reasoning for saying so?

That was an obscure reference to https://tauday.com/tau-manifesto and others 'tauist' beliefs.

But really, it's more of a 'well most of the time it's 2π' so maybe it makes sense to use the constant that represents that number, and since we're talking about small details, '2.0*PI' is also longer than 'TAU' to type.

Post reply on HN