Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 307 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 307 Bytes

Realistic border generation on a given heightmap

Generates realistic borders using the slightly modified naive algorithm for voronoi diagram. Map traversing is done by using a single Dijkstra algorithm, which starts with having each capital in its priority queue.

Screenshot