For now, this project is a OpenGL wrapper with the following features:
- openGL buffers binding
- glsl shader compilation with comprehensive error report from glslang
- model loading with Assimp
- Easy to link in your project
On Linux:
sudo apt-get update
sudo apt-get install libassimp-dev libglm-dev libgl1-mesa-dev libglew-dev libglfw3-dev
Note that when using CMake, you might need to add the AssimpConfigure.cmake found in the official repo here as the installation does not add it by default.
You may have to create a folder Assimp
in the usr/lib/cmake path and copy the file in the above link under the name AssimpConfig.cmake