views:

939

answers:

3

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?

+1  A: 

My interpretation of the Java3D post is that they are adding a new scene graph, not replacing their current one, in order to more effectively mesh with JavaFX, which is targeted at webapps. I've used Java3D in the past and liked it, so I would recommend trying to contact the devs and ask what their plans are with respect to whatever app you're building.

Matt
+1  A: 

Try Xith3D; it uses JOGL, not Java3D.

Ricket
The problem with Xith3D is that it has no roadmap and hasn't had one for years now. There are no regular releases or any sort of API stability. Feel free to correct me if I'm wrong.
Gili
A: 

There is also jReality it's BSD licensed, uses JOGL and looks pretty nice.

Supports a variety of output forms: software-only rendering, OpenGL rendering, immersive virtual reality (as in CAVE’s) rendering; as well as file formats like Pixar’s RenderMan® and SVG

Brian Gianforcaro
I just took a look. It seems no better than Xith3D in that there is no roadmap or official release schedule. I also noticed it was rather slow when I ran the demo applications.
Gili