/cpm-glm

CPM module for g-truc's OpenGL math library, GLM

Primary LanguageShellMIT LicenseMIT

cpm-glm

Build Status

CPM module for g-truc's header-only OpenGL math library, GLM.

Usage

When using this module, the root of https://github.com/g-truc/glm.git is added to your include path. To access glm, add the following to your code:

#include <glm/glm.hpp>

Please refer to g-truc's documentation as a reference for this library.