Hacker News new | ask | show | jobs
by siim 5113 days ago
After looking into to the code I found out that this app is made by using Voronoi diagrams. [1]

The actual positions are saved in a json file. [2]

[1] http://en.wikipedia.org/wiki/Voronoi_diagram

[2]http://www.pointerpointer.com/gridPositions.json

1 comments

Yes, but how did the author create that .json file? Manually or using some ML algorithm?
What would be interesting is if new images were periodically added and the grid adjusted in response.