Skip to content

dreamwagon/terranova

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Terranova (Alpha)

Terranova terrain generator/mixer and terrain detail spawner.

Terranova is a terrain heightmap/splatmap generator and mixer designed to create realistic terrains for any game engine that supports terrain heightmaps. Terranova uses jMonkey engine for rendering and can save terrain as heightmap png files or j3o (jmonkey scene).

Example: Terrain generated from noise. Trees spawned using terrain heights.

Example: Noise Heightmap Generator

Current Features

  • Project save and load (terrain, settings, textures and materials only)
  • Terrain generation
  • splatmap generation and export
  • heightmap generation and export
  • basic tree placement (scattering)

In Development

  • additional terrain generators and detail spawners
  • terrain detail (tree/grass/object) export/import with project
  • terrain mixer

Checkout and build from source using Maven or download the prebuilt release on bintray https://bintray.com/dreamwagon/terranova/terranova

Dependencies

  • Java 11 or higher