wonger_ 3 days ago
I liked this person's writeup of a string art algorithm: https://michael-crum.com/string_art_generator/
paolatauru 3 days ago
curious what algorithm drives the string placement. looks like epicycles or harmonograph but id need to dig in to tell. the accessibility part is what catches me - most of these stay in processing/p5 land
aanet 3 days ago
Utterly fascinating. I could play with this for hours.

Reminds me a bit of generative images using basic shapes (triangles, ellipses, etc) by Fogleman [1] - but ofcourse this is different.

[1]: https://github.com/fogleman/primitive

vivzkestrel 3 days ago
stupid question: how does this algorithm work?