Search code examples
java3dscenegraph

3D scene-graph library for Java?


I'm looking for a reliable 3D scenegraph API for Java with good documentation, an active community and a license that allows for commercial use.

I ruled out com.sun.scenegraph because it's GPL (and seemingly dead), Java3D because of this post and JMonkeyEngine because of this post. Any ideas?


Solution

  • Try Xith3D; it uses JOGL, not Java3D.