Title: UtyMap: a library for procedural world generation based on real map data Post by: valera_rozuvan on July 26, 2016, 11:36:56 PM Just stumbled upon this interesting library on GitHub: https://github.com/reinterpretcat/utymap (https://github.com/reinterpretcat/utymap). From the description: Quote UtyMap is a library which provides highly customizable API for procedural world generation based on real map data, e.g. OpenStreetMap, NaturalEarth. Core logic is written on C++11 and can be used on many platforms as it has no dependency to specific game engine or application framework. You can use it to create interactive world at different zoom levels, including globe and ground. Sample image of what it can do: (https://cloud.githubusercontent.com/assets/1611077/17153076/0af03596-537b-11e6-8368-b047c4933210.jpg) |