A header only C++ mathematics library for graphics software based on the OpenGL Shading Language http://glm.g-truc.net/
Go to file
2024-01-26 16:50:56 +01:00
glm.spec automatic version update by autodist [release 1.0.0-1mamba;Fri Jan 26 2024] 2024-01-26 16:50:56 +01:00
README.md package created using the webbuild interface [release 0.9.5.4-1mamba;Mon Jul 21 2014] 2024-01-05 23:08:30 +01:00

glm

OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specification and released under the MIT license. This library provides classes and functions designed and implemented following as strictly as possible the GLSL conventions and functionalities so that when a programmer knows GLSL, he knows GLM as well, making it really easy to use. This project isn't limited to GLSL features. An extension system provides extended capabilities: matrix transformations, quaternions, half-based types, random number generation, procedural noise functions, etc. GLM ensures interoperability with third party libraries, SDKs and OpenGL; replacing advantageously the deprecated matrix functions. It is a good candidate for software rendering (Raytracing / Rasterisation), image processing, physic simulations and any context that requires a simple and convenient mathematics library.