Jar examples for g:glm
Java OpenGL Mathematics is a library for graphics software based on the OpenGL Shading Language specifications
You can download jar file glm 1.0.1 in this page.
The MIT License
You can use the following script to add glm-1.0.1.jar to your project.
<dependency> <groupId>io.github.java-graphics</groupId> <artifactId>glm</artifactId> <version>1.0.1</version> </dependency>
compile group: 'io.github.java-graphics', name: 'glm', version: '1.0.1'
libraryDependencies += "io.github.java-graphics" % "glm" % "1.0.1"
<dependency org="io.github.java-graphics" name="glm" rev="1.0.1"/>
@Grapes(@Grab(group='io.github.java-graphics', module='glm', version='1.0.1'))
'io.github.java-graphics:glm:jar:1.0.1'
Click the following link to download the jar file.
glm-1.0.1-javadoc.jar