A terrain generator written in C++ using OpenGL.
(uses perlin noise for height map)
The aim is to build the simplest bare bones implementation thats easy to understand.
Libraries used:
- GLFW (create windows, manage inputs)
- glad (manages function pointers for OpenGL)
