          MODULE=glm
         VERSION=1.0.3
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/g-truc/glm/archive/refs/tags/$VERSION.tar.gz
      SOURCE_VFY=sha256:6775e47231a446fd086d660ecc18bcd076531cfedd912fbd66e576b118607001
        WEB_SITE=http://glm.g-truc.net/
         ENTERED=20161023
         UPDATED=20260101
           SHORT="OpenGL Mathematics (GLM)"

cat << EOF
OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics
software based on the OpenGL Shading Language (GLSL) specifications.  This
project isn't limited to GLSL features. 

An extension system, based on the GLSL extension conventions, provides extended
capabilities: matrix transformations, quaternions, data packing, random numbers,
noise, etc...

This library works perfectly with OpenGL but it also ensures interoperability with
other third party libraries and SDK. It is a good candidate for software rendering
(raytracing / rasterisation), image processing, physic simulations and any development
context that requires a simple and convenient mathematics library.
EOF
