HorusGL - OpenGL Starter Project v1.0.0
A Simple OpenGL Starter Project Using CMake
Features
- Full featured logger
- Window/Input management with GLFW
- Modern OpenGL with GLAD
- Maths with GLM
- Image loading with stb_image
- GUI with ImGui
- Pre-compiled headers to improve build times
Compatibility
Toolset | Windows | Linux | MacOS |
---|---|---|---|
GCC | ❔ | ❔ | ❔ |
Clang | ✔️ | ❔ | ❔ |
MSVC | ✔️ | ------- | ---------- |