Tooling

Procedural Terrain & World Generation

Houdini, Gaea, World Machine, MapMagic — terrain and world tools.

Terrain generation, biome painting, river simulation, road meshes, big-world tooling. Pairs with 3D modeling & rigging, voxel tools, PBR texture libraries, and the engines in 3D engines. For full landscape see Game Development.

Terrain authoring

  • Gaea (QuadSpinner) — node-based terrain generator, free Community edition (1K resolution, no commercial restriction in 1.x), paid Indie / Pro for higher resolution and bake quality. Indie favorite since 2020.
  • World Machine — paid, $99 Indie, the long-running terrain pro tool.
  • World Creator — paid, GPU-real-time, fast iteration.
  • Terragen — paid, more renderer than authoring tool.
  • Instant Terra — paid, GPU-based.

Houdini and friends

  • Houdini (SideFX) — paid Indie ($295/year, $100k revenue cap), free Apprentice (non-commercial). The procedural pipeline standard for AAA. Heightfields, biome systems, road networks, scatter — all node-based and re-runnable.
  • Houdini Engine — runtime that runs HDAs (Houdini Digital Assets) inside Unity, Unreal, Maya. Indie license for Indie tier of Houdini.

Big-world / engine-side

  • Unreal World Partition — built into UE5, big open-world streaming.
  • Unity Terrain + Terrain Tools (free package) — built in.
  • MapMagic 2 — paid Unity asset, node-based terrain in-engine.
  • Gaia Pro (Procedural Worlds) — paid Unity, scene + biome + terrain.
  • Godot Terrain3D — free, in-development plugin; close enough to ship for many indies.

Foliage / scatter

  • GPU Instancer Pro, Vegetation Studio Pro (Unity) — paid.
  • Unreal Foliage tool + PCG Framework — built in. PCG (Procedural Content Generation) shipped in UE 5.2+ and is genuinely powerful.
  • Houdini Engine scatter HDAs.
  • InstaLOD, Simplygon — paid LOD generation for foliage / scatter.

Roads, rivers, cities

  • EasyRoads3D (Unity) — paid road network tool.
  • CityEngine (Esri) — paid procedural city.
  • Houdini Labs — free toolset on top of Houdini for cities, roads, biomes.
  • Twinmotion (Epic) — free archviz now Epic-bundled; can drop into UE5.

Free terrain / world data

  • OpenTopography, USGS 3DEP — real-world DEM data.
  • Mapbox + Cesium for Unreal/Unity — free + paid satellite + terrain streaming.
  • Microsoft Bing Maps Aerial Imagery — free under terms.
  • NASA Blue Marble, JAXA AW3D30 — free global imagery / DEM.

Voxel terrain (not heightmap)

See voxel tools. For deformable / dig-in worlds, voxel beats heightmap.

Pick this if…

  • Indie terrain, free start: Gaea Community.
  • Indie terrain, paid: Gaea Indie or World Machine.
  • AAA pipeline / procedural everything: Houdini + Houdini Engine.
  • In-engine procedural foliage (Unreal): PCG Framework, free with UE5.
  • Unity in-engine procgen: MapMagic 2 or Gaia Pro.
  • Real-world terrain: Mapbox / Cesium plus OpenTopography DEMs.
  • Destructible / voxel: see voxel tools.

On this page