terrain-generator-d

Basic terrain generator written in D language.


Keywords
application, desktop, game, library, graphics
License
BSL-1.0
Install
dub fetch terrain-generator-d --version 1.1.0

Documentation

/** Work in progress **/

terrain-generator-d v1.1.0

Basic terrain generator written in D language.

How to build

You have to use dub to build the project.

Add this project as a dependency to your dub.json:

"dependencies": {
    "terrain-generator-d": "~>1.1.0"
}

Examples

You can find multiples terrains examples in the examples directory.

Simple

Simple

Island

You can play with your own noise generator for other effects.

Island

Island 2

Island 2

Funny

Island 2

Transitions blending

Transitions blending

TODOs

  • Better code
  • Better performances
  • Improve this readme
  • Include a terrain generator class (with different outputs : blend map, heightmap, etc...)
  • DOCS