summaryrefslogtreecommitdiffstats
path: root/development/glm/README
blob: 31a795555ff96460849491d58aa1d9a5e2d25ffe (plain)
1
2
3
4
5
6
7
8
9
glm (OpenGL Mathematics)

OpenGL Mathematics (GLM) is a header only C++ mathematics library for
graphics software based on the OpenGL Shading Language (GLSL)
specification.
GLM provides classes and functions designed and implemented with the
same naming conventions and functionalities than GLSL so that when a
programmer knows GLSL, he knows GLM as well which makes it really easy
to use.