vote up 4 vote down star
2

Whats the best 3D game engine available for java? I am looking for something that has a good set visual development tools. I have checked out the list available on wikipedia:

http://en.wikipedia.org/wiki/List_of_game_engines

But I can't figure out the tool set provided by each engine and which free java 3d engine has the best toolset.

Thanks

flag

6 Answers

vote up 1 vote down

OGRE is a good open source engine for C++. Wiki.

Ogre4j is same thing for Java. Wiki.

link|flag
vote up 4 vote down

jMonkeyEngine has a nice set of open source tools for 3d java development. They have been used for a few commercial games (Bang!Howdy and one that NCSoft was developing that was recently cancelled come to mind off hand). They have a good set of active developers with many code samples provided with the basic toolset.

link|flag
vote up 1 vote down

I've experimented with many engines, and if you're looking for simplicity:

C++

  • Irrlicht (Ogre is not a complete engine, just a graphics engine)

Java

  • JMonkeyEngine
  • JPCT
link|flag
I think you'll find that Irrlicht is graphics only aswell.. (ie no networking, no sound etc etc..) – ShoeLace Dec 17 '08 at 14:28
vote up 0 vote down

The Lightweight Java Game Library is a pretty good one.

link|flag
This is more of a wrapper than a 3D engine – srand Aug 9 at 16:19
vote up 0 vote down

a powerfull Java 3D engine is 3DzzD

including both software and hardware rendering, it is perfect for Web 3D

link|flag
vote up 0 vote down

Ardor3D

A fork of the JMonkeyEngine including two previous developers from JMonkeyEngine team. Essentially a more broad 3d engine with a clear(-er) API.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.