An OpenGL renderer built following LearnOpenGL, featuring model loading, lighting, and an ImGui debug UI.
macOS:
brew install glfw glmLinux:
sudo apt install libglfw3-dev libglm-devClone with submodules:
git clone --recurse-submodules <repo-url>Or if already cloned:
git submodule update --init --recursivecmake -S . -B ./build
cmake --build ./build
./build/main- Tested on macOS (Apple M1) and Linux
- Assimp is bundled as a prebuilt arm64 dylib (
vendor/assimp); Linux users will need to install assimp separately


