Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 888
Gili Avatar asked Feb 17 '09 02:02

Gili


2 Answers

Try Xith3D; it uses JOGL, not Java3D.

like image 99
Ricket Avatar answered Sep 20 '22 19:09

Ricket


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.

like image 29
Matt Avatar answered Sep 17 '22 19:09

Matt