kovleventer / BorderGenerator

Realistic border generation on a given heightmap using Voronoi diagrams and Dijkstra pathfinding

Repository from Github https://github.comkovleventer/BorderGeneratorRepository from Github https://github.comkovleventer/BorderGenerator

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

About

Realistic border generation on a given heightmap using Voronoi diagrams and Dijkstra pathfinding

License:MIT License


Languages

Language:C 81.5%Language:C++ 12.0%Language:Python 5.7%Language:Makefile 0.9%