andlehma / opengl-terrain-generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C++ 98.0%Language:CMake 1.7%Language:Shell 0.2%Language:GLSL 0.1%