Open API-Beast opened 9 years ago
There is this great write up on polygon based map generation: http://www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation/
We probably should look for some sort of library for the polygons.
Library for the polygon generation of the voronoi diagrams: https://github.com/gorhill/Javascript-Voronoi Library for calculating some polygon things: http://polyk.ivank.net/
There is this great write up on polygon based map generation: http://www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation/
We probably should look for some sort of library for the polygons.