Wake up babe, new side project just dropped
I've recently been dabbling with procedural map generation in a JavaFX app.
The base is a voronoi grid which is initially populated by perlin noise functions for elevation and humidity. Using an STR-Tree structure to store the polygons, coordinate lookups are surprisingly efficient, even with up to a million terrain cells.
I'll continue with some vegetation and rivers next.
#procgen #GameDev #cartography