Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 757 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 757 Bytes

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