views:

772

answers:

3

I'm looking for a 3D graphics library for a Java web app. Could use some recommendations - only open source, though.

Edit: I don't really care how the graphics are output - Javascript/applets/canvas/flash but I want to write the graphics logic in Java.

+2  A: 

JMonkeyEngine is very good.

jsight
A: 

http://www.streamhead.com/tutorial-jmonkeyengine-applet-hardware-3d-in-the-browser/

KarlP
"Warning: Visiting this site may harm your computer!" - Google Chrome
+1  A: 

Have a look at the The Lightweight Java Game Library. It provided developers access to crossplatform libraries such as openGl. And can run in the browser.

Here are a few demos:

People are doing awesome projects with this library: http://lwjgl.org/projects.php

Sorskoot