aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasiliy Stavenko <vstavenko@andiks.com>2015-07-21 22:27:36 +0300
committerVasiliy Stavenko <vstavenko@andiks.com>2015-07-21 22:27:36 +0300
commit8d662f5c27d6b1b8cb18a61de928b2d40bc12579 (patch)
tree82e3b7b8f3b55a5036d6538582935c3559db1024
parent3a2809116c62beaa98a8656179e0a98e54549e7f (diff)
downloadpackages-8d662f5c27d6b1b8cb18a61de928b2d40bc12579.tar.gz
packages-8d662f5c27d6b1b8cb18a61de928b2d40bc12579.zip
Add https://github.com/stavenko/nim-glm/
-rw-r--r--packages.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index b50bf50..91edf34 100644
--- a/packages.json
+++ b/packages.json
@@ -376,7 +376,15 @@
"license": "MIT",
"web": "https://github.com/nim-lang/tcl"
},
-
+ {
+ "name": "nim-glm",
+ "url": "https://github.com/stavenko/nim-glm",
+ "method": "git",
+ "tags": ["opengl", "math", "matrix", "vector"],
+ "description": "Port of c++ glm library with shader-like syntax",
+ "license": "MIT",
+ "web": "https://github.com/stavenko/nim-glm"
+ },
{
"name": "python",
"url": "git://github.com/nim-lang/python",