Skip to content

andlehma/opengl-terrain-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages