Skip to content

delissonjunio/jglm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JGLM - Java OpenGL Mathematics Library

A conceptual port of the OpenGL Mathematics C++ library (GLM). I call this conceptual because a direct port of GLM to Java wouldn't make a ton of sense. So, instead, I've taken the concept of providing some of the functionality of GLSL and the missing matrix capabilities of modern OpenGL and move those to Java.

Using JGML

JGLM does not require any external libraries! The only things you'll need are

  • Java 1.6+ and
  • Maven 3.x (I'm using 3.0.4 currently)

In order to build just clone the repository and run:

mvn clean install

Legal stuff

Copyright (C) 2013 James Royalty

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Java OpenGL Mathematics Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%