LWJGL Forum

Programming => OpenGL => Topic started by: asmodeus812 on December 11, 2015, 18:47:24

Title: Java additional OGL libraries
Post by: asmodeus812 on December 11, 2015, 18:47:24
Hello, I have a question regarding additional libraries for java aside from the standard bindings for OpenGL. I am talking about libraries like - model loaders, physics engines, etc. for java. Have been using c++ before and i know that there are a lot of libraries for pretty much anything like - assimp, bullet physics etc, but i am having a hard time location such libraries for Java. I found a java port to bullet called JBullet but other than that i cant seem to find libraries similar to assimp for example (for java that is) It would be of great help if you can point me in the right direction, a list of such libraries available for java may be useful too.
Thanks in advance !
Title: Re: Java additional OGL libraries
Post by: spasi on December 12, 2015, 13:27:56
There a Java binding for assimp, here (https://github.com/assimp/assimp/tree/master/port/jassimp).