[java] current state of Java 3D API

Started by
4 comments, last by CaptainJester 19 years, 6 months ago
Hi i've been out of the java loop for a few months now, and i need to get back up to speed on the current state of the lang. and the 3D api available. I was using Xith3D last year for a project and i'm planning on using java again this year (for a college project) involving graphics. The last i heard Java3D was back in action? can anyone update me on this? And hows Xith3D evolving? Looking for a good game engine for this years project, as i want to concentrate on AI this year and not have to worry too much about graphics. Does anyone have any sugestions for a game engine thats easy top use and integrates well with Java?
Advertisement
Java 3D has been open sourced.

main site: http://java.sun.com/products/java-media/3D/
source site: http://java3d.dev.java.net
webstart extension: https://j3d-webstart.dev.java.net

Xith3D is still in developpement, i think the best is to check it yourself.
Xith still looks better for gamedev to my layman eyes.
-- Single player is masturbation.
to mine, it's the opposite.
Since both are only opinions, it would be better not to take them into account.
If you are using Java because of the simplicity of programming in regards to C++, and not because of cross platform compatibility, then I would suggest that you look into C# with Managed DirectX. C# is very similar to Java, and the class library is almost identical (with a few, wonderful exceptions). Plus, with MDX, you are getting practically the most powerful multimedia tools available to the consumer market.

If you care about cross-platforming, well then, I guess DX is out of the question.

[Formerly "capn_midnight". See some of my projects. Find me on twitter tumblr G+ Github.]

Don't forget LWJGL
"None of us learn in a vacuum; we all stand on the shoulders of giants such as Wirth and Knuth and thousands of others. Lend your shoulders to building the future!" - Michael Abrash[JavaGaming.org][The Java Tutorial][Slick][LWJGL][LWJGL Tutorials for NeHe][LWJGL Wiki][jMonkey Engine]

This topic is closed to new replies.

Advertisement