Skip to content

Implementation of about 9 different algorithms for procedural terrain generation. This project was used for my bachelor's degree.

Notifications You must be signed in to change notification settings

Kurdiumov/PolygonalTerrainGenerator

Repository files navigation

Polygonal Terrain Generator

Polygonal terrain generator allows to create a terrain and heightmap using any of the following algorithms:

  1. Random
  2. Random walk
  3. Drunkard walk
  4. Rectangle
  5. Hills
  6. Perlin noise
  7. Simplex noise
  8. Diamond square
  9. Voronoi

Terrain output examples using some selected algorithms:

Diamond Square algorithm example output Diamond Square

Hill algorithm example output Hill

Voronoi algorithm example output Voronoi

Simplex Noise algorithm example output Simplex noise

Random Walk algorithm example output Random walk

About

Implementation of about 9 different algorithms for procedural terrain generation. This project was used for my bachelor's degree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages