Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Finite Curve (finitecurve.com)
25 points by udev4096 on June 19, 2024 | hide | past | favorite | 6 comments


I want to do some laser etching with this format, though the density or ultimately path length might take more time than I want.

Posted previously by the author, https://news.ycombinator.com/item?id=25905534

Other fun in browser art links

* https://scrollart.org/ - https://news.ycombinator.com/item?id=40419088


This is amazing

It evokes the feeling of nothingness

All of the shapes are “empty”, in the sense that there is no real closed-loop outer edge that contains them

But I perceive them as sort of self-contained objects

Thank you for sharing this, very cool


I love space filling curves. Literally takes a dimension-1 object that can create any object of finite dimensions. All perimeter no area/volume.

https://en.m.wikipedia.org/wiki/Space-filling_curve


The algorithm behind this has to be super fun


Is this a fast TSP solver?


I read the tech blog. It's basically a TSP solver optimizing for the longest path. Generate points based on alpha channel, generate a maximally connected planar graph derived from nodes in step 1, use DFS to draw an arbitrary path, then invert triangular inequality to make the path gradually longer. There are some special case considerations like disjoint graphs.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: