Skip to content

d-krylov/gloom

Repository files navigation

GLoom - OpenGL library

About

GLoom is a small utility library for OpenGL designed to support the development of more complex applications. It includes wrappers for OpenGL objects, a mesh loader, a simple scene, and a renderer.

Examples:

Sponza

Third Party

  1. Dear ImGui for UI
  2. tinyobjloader for OBJ files loading
  3. Assimp for other model formats
  4. STB for image processing
  5. GLM for 3D mathematics

Gratitudes

  1. The Cherno
  2. Learn OpenGL