Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 741 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 741 Bytes

LevekGL

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