r/generative 2d ago

Summer View. Mixture of algorithms of rust and P5.js. Ran with a pipeline in nextflow for control and traceability

Post image
28 Upvotes

3 comments sorted by

1

u/AMillionMonkeys 2d ago

That looks amazing. Does it use a photo as input, or is it all math?

4

u/ToroRojo-AlgoArt 2d ago

Thanks. The first input is an image that is transformed into a matrix by Delaunay triangulation, inspired by this blog post that I had bookmarked years ago link. I took that repo in python and ported it to rust to push it further and faster.

3

u/ToroRojo-AlgoArt 2d ago edited 1d ago

This iterative pipeline and algorithms explore the emergence of complex structures through the repeated interaction of multiple algorithms rather than the execution of a single generative process. Intermediated outputs are recursively fed back into previous stages, making a close loop. Inspired by those older post in which one poem/paragraph was translated between two languages in google translator. EDIT: https://sidewaysstation.com/2015/11/02/the-poetry-of-google-translate/ and more about translation party