• Register
Post news RSS Java GLM

Java GLM port library, this library includes vector and matrix functions.

Posted by on

Today we've created a port library for java,
it ports GLM (OpenGL Maths) to Java and makes it easy for developers.


With this toolkit you will be able to have vectors and matrices with one click.
The import file is called "glm" and is the only class that you will have to import.
The sub-classes are vec2, vec3, vec4 and mat4.
All default calculations etc are included.
You can also check the source code and java documentation.

Note: if you use the files, include the license file in a "3rdparty" folder!

Post a comment
Sign in or join with:

Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.