Java 3D engine for jogl
Posted by
mahesh on
Jul 03, 2023; 9:20am
URL: https://forum.jogamp.org/Java-3D-engine-for-jogl-tp4042725.html
I have ported
oimophysics engine in java with no depenedecy, it is a lightweight 3D physics engine that performs well on desktop as well as mobile platform.
Jogl is used to render demoes.
I hope it might be useful to those who want to use 3D physics engine in a simple way (you just have to add a single 0.26MB jar file).
Find the source code for eclipse project with demo at
Github repository
Any suggesstion or feedback is appreciated.