Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 820 Bytes

readme.md

File metadata and controls

29 lines (23 loc) · 820 Bytes

Terrain Generation

Final project for my independent study in computer graphics. Lots of code from learnopengl.com and Glitter, with much of the terrain generation algorithm coming from this Red Blob Games blog post.

Video Demo

Video Demo

Dependencies

  • glad
  • glfw
  • glm
  • fastnoise
  • stb_image.h

install them all with install_libraries.sh

Installation

mkdir build
cd build
cmake ..
make
./terrain-generation

Usage

WASD to move, Space to ascend, Left Shift to descend Mouse to look