Download glm-1.0.1.jar file - Jar g

Jar examples for g:glm

Description

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.

License

The MIT License

Build File

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'

Download

Click the following link to download the jar file.

glm-1.0.1-javadoc.jar
glm-1.0.1-sources.jar
glm-1.0.1.jar
glm-1.0.1.pom



Related Tutorials