Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free java 3d engine [closed]

Tags:

java

3d

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

like image 813
user35228 Avatar asked Nov 06 '08 19:11

user35228


3 Answers

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.

like image 64
18Rabbit Avatar answered Sep 28 '22 11:09

18Rabbit


Ardor3D

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

like image 39
Venus Avatar answered Sep 28 '22 09:09

Venus


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

Ogre4j is same thing for Java. Wiki.

like image 20
Salman Kasbati Avatar answered Sep 28 '22 09:09

Salman Kasbati