Registry / utility / glm
library1.0.3vcpkgunverified

OpenGL Mathematics (GLM)

vcpkg install glm
INSTALL
IMPORT
SIG · GLM
G
glm
utilitycppv1.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

glm/glm.hpp
#include <glm/glm.hpp>

Create a 4x4 rotation matrix using GLM

#include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> #include <cstdio> int main() { glm::mat4 model = glm::rotate(glm::mat4(1.0f), glm::radians(45.0f), glm::vec3(0.0f, 1.0f, 0.0f)); printf("Rotation matrix created\n"); return 0; }
Debug
Known issues
gotchaHeader-only library; no linking required
fix
Just include headers, no target_link_libraries needed
affects: all
Upgrade
Version history
1.0.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

glm — pip install glm · libregistry