Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d-krylov/gloom
Library for experiments with OpenGL
https://github.com/d-krylov/gloom
assimp imgui opengl46 tinyobjloader wip
Last synced: about 2 months ago
JSON representation
Library for experiments with OpenGL
- Host: GitHub
- URL: https://github.com/d-krylov/gloom
- Owner: d-krylov
- License: mit
- Created: 2024-04-05T08:51:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T08:13:58.000Z (about 2 months ago)
- Last Synced: 2024-11-08T09:21:35.524Z (about 2 months ago)
- Topics: assimp, imgui, opengl46, tinyobjloader, wip
- Language: C++
- Homepage:
- Size: 7.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](preview/sponza_1.png)
### Third Party
1. [Dear ImGui](https://github.com/ocornut/imgui) for UI
1. [tinyobjloader](https://github.com/tinyobjloader/tinyobjloader) for OBJ files loading
2. [Assimp](https://github.com/assimp/assimp) for other model formats
3. [STB](https://github.com/nothings/stb) for image processing
4. [GLM](https://github.com/g-truc/glm) for 3D mathematics### Gratitudes
1. [The Cherno](https://www.youtube.com/@TheCherno)
2. [Learn OpenGL](https://learnopengl.com/)