Hacker News new | ask | show | jobs
by kaoD 4161 days ago
I can't try the app (stuck on a Gingerbread phone) but it seems fun. I'm eager to try it.

As far as I can tell, the user chooses the location of triangle vertices, right? It would be interesting to try a genetic algorithm there though it probably fits best in a desktop version.

Also, did you experiment with Voronoi diagrams instead of triangulation?

1 comments

For abstract patterns, points are chosen "randomly" (grid with randomised offsets). For photo-based ones, I'm using JSFeat's YAPE06 (http://inspirit.github.io/jsfeat/#features2dcorner), plus some own customisations. I'm constantly looking for ways to improve generating photo-based patterns; if anyone has some ideas here, I'd be happy to listen.

I've played with genetic algorithms, but without anything practical. Indeed, this might be more appropriate for desktops.

I've experimented with Voronoi too, but the results weren't as pretty. The cells were more rounded; and the low poly style was gone.