.. _pkg_glm:

GLM
---

The OpenGL mathematics library, for matrix calculations used in OpenGL
rendering.

+------------------+--------------+
| System           | Package      |
+==================+==============+
| BSD Ports        | math/glm     |
+------------------+--------------+
| Debian/Ubuntu    | libglm-dev   |
+------------------+--------------+
| Homebrew         | glm          |
+------------------+--------------+
| RedHat/CentOS    | N/A          |
+------------------+--------------+

.. note::

  Older versions will allow compilation but use degrees rather than
  radians, which will lead to unexpected results.

- `Website <http://glm.g-truc.net/0.9.6/index.html>`__
- `Download <https://sourceforge.net/projects/ogl-math/files/>`__
