Skip to content

sharpoff/empty-gl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Empty OpenGL Renderer

Sponza

Build

Build in debug:

cmake -D CMAKE_BUILD_TYPE=Debug -B build/
cmake --build build/ -j $(nproc)

Build and run in debug:

./run.sh

Features

  • Model loading using Assimp library
  • Blinn-Phong lighting
  • Text rendering using Freetype library
  • Billboarding
  • Dear ImGui integration

Learning resources

About

OpenGL Renderer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published