Skip to content

aldocd4/terrain-generator-d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/** 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

About

Basic terrain generator in D language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages