Build in debug:
cmake -D CMAKE_BUILD_TYPE=Debug -B build/
cmake --build build/ -j $(nproc)Build and run in debug:
./run.sh- Model loading using Assimp library
- Blinn-Phong lighting
- Text rendering using Freetype library
- Billboarding
- Dear ImGui integration
