Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 414 Bytes

File metadata and controls

13 lines (8 loc) · 414 Bytes

low polygon terrain generator

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)