Skip to content

A simple console programm to create a random heightmap based on different algorithms.

Notifications You must be signed in to change notification settings

Ziagl/heightmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

heightmap

A simple console programm to create a random heightmap based on different algorithms.

Following algotihms can be used to create an initial heightmap:

Fractal (1-3) and procedural (4-7) algorithms

  1. triangle division
  2. diamond-square
  3. midpoint disblacement
  4. fault formation
  5. particle deposition
  6. perlin noise
  7. voronoi diagram

additional you can use erosion algorithms to simulate heightmap erosion overt time.

Source code is available and testet for Windows and Linux, also Sample Data are added for heightmap textures.

Generated heightmaps can be used for games or simulations.

How To:

just comile source code and put data folder in the same directory as generated heightmap binary.

Tested on Windows (Visual Studio) and Linux (CodeLite)

More details about this: https://developer-blog.net/cplusplus-programm-windows-linux-portieren/

About

A simple console programm to create a random heightmap based on different algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages