summaryrefslogtreecommitdiffstats
path: root/development/glm/slack-desc
diff options
context:
space:
mode:
Diffstat (limited to 'development/glm/slack-desc')
-rw-r--r--development/glm/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/development/glm/slack-desc b/development/glm/slack-desc
new file mode 100644
index 0000000000..cf6a8896b5
--- /dev/null
+++ b/development/glm/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|'
+# on the right side marks the last column you can put a character in. You must
+# make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+glm: glm (OpenGL Mathematics)
+glm:
+glm: OpenGL Mathematics (GLM) is a header only C++ mathematics library for
+glm: graphics software based on the OpenGL Shading Language (GLSL)
+glm: specification.
+glm: GLM provides classes and functions designed and implemented with the
+glm: same naming conventions and functionalities than GLSL so that when a
+glm: programmer knows GLSL, he knows GLM as well which makes it really easy
+glm: to use.
+glm:
+glm: homepage: http://glm.g-truc.net/