Skip to content

OpenGL Terrain Renderer with data from Web Map Tile Services.

Notifications You must be signed in to change notification settings

ArnCarveris/TerrainRenderer

 
 

Repository files navigation

Terrain Renderer

cmake workflow badge

A simple OpenGL Terrain Renderer. Orthophoto data is provided by basemap.at, elevation data is from geoland.at. This data is limited to Austria and as such only Austria is rendered.

Features

  • Real-world elevation and orthofoto data
  • Multithreaded terrain tile loading
  • Quadtree level-of-detail
  • Frustum Culling
  • Realistic Atmosphere with Rayleigh scattering

Build Instructions

This project depends on SDL2, GLM, GLEW and libcpr. You should be able to build by following the steps in the cmake.yml.

git clone --recursive [email protected]:gue-ni/TerrainRenderer.git
cmake -DCMAKE_BUILD_TYPE=Release -B build
cmake --build build --config Release --parallel

About

OpenGL Terrain Renderer with data from Web Map Tile Services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.8%
  • CMake 4.2%