免费的 Java 3d 引擎
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/269916/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Free java 3d engine
提问by user35228
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:
什么是可用于 Java 的最佳 3D 游戏引擎?我正在寻找具有良好设置的可视化开发工具的东西。我已经查看了维基百科上可用的列表:
http://en.wikipedia.org/wiki/List_of_game_engines
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.
但是我无法弄清楚每个引擎提供的工具集以及哪个免费的java 3d引擎具有最好的工具集。
Thanks
谢谢
回答by Salman Kasbati
回答by 18Rabbit
jMonkeyEnginehas a nice set of open source tools for 3d java development. They have been used for a few commercial games (Bang!Howdyand 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.
jMonkeyEngine有一套很好的开源工具,用于 3d java 开发。它们已被用于一些商业游戏(Bang!Howdy和最近被取消的 NCSoft 正在开发的一款游戏)。他们拥有一批活跃的开发人员,其中包含许多随基本工具集提供的代码示例。
回答by Sorskoot
The Lightweight Java Game Library is a pretty good one.
在轻量级Java游戏库是个相当不错的。
回答by Sorskoot
回答by Athena
回答by Anon
If you are learning Java at the same time, and would like to write simple 3D games, try Env3D (http://env3d.sourceforge.net).
如果您同时学习 Java,并且想编写简单的 3D 游戏,请尝试使用 Env3D (http://env3d.sourceforge.net)。