C++/OpenGL terrain generator made using GLFW and Dear ImGui. Supports multiple modes of terrain generation:
- uniform random
- flat
- diamond square algorithm
- perlin noise algorithm
- simplex noise algorithm
With additional support for octaves for combinations and permutations of the above algorithms.
Comes with UI and mouse controls such as terrain rotation and scroll to zoom.