java 我可以在 android 上使用 jmonkeyengine 吗?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2508879/
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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-29 21:33:27  来源:igfitidea点击:

Can i use jmonkeyengine on android?

javaandroid3djmonkeyengine

提问by Ralf

I'm, trying to make a simple 3D game for Android, and I want to use jmonkeyengine. Can I do this? How can I do it? Can somebody can show me an example?

我正在尝试为 Android 制作一个简单的 3D 游戏,并且我想使用 jmonkeyengine。我可以这样做吗?我该怎么做?有人可以给我举个例子吗?

采纳答案by Chris Dennett

jME 3 can be used on Android, and the Android support is a relatively new feature as of 2011, but a previous version of jME cannot be used. Mostly this was due to architectural issues with an inflexible pipeline under the hood that wouldn't easily be able to support the mobile GL API.

jME 3 可以在 Android 上使用,Android 支持是 2011 年的一个相对较新的功能,但不能使用以前版本的 jME。这主要是由于底层管道不灵活的架构问题,无法轻松支持移动 GL API。



Edited post because information was no longer accurate and was receving downvotes (cannot delete as it is the accepted answer).

编辑帖子,因为信息不再准确并且正在接受反对票(无法删除,因为它是已接受的答案)。

回答by Erlend

I'm a manager with the jMonkeyEngine project.

我是 jMonkeyEngine 项目的经理。

I apologize for the late response, but StackOverflow posts got such an excellent search ranking that people are still coming to our site via pages like this one, so I figured I'd best bring this topic up to speed.

对于迟到的回复,我深表歉意,但 StackOverflow 帖子获得了如此出色的搜索排名,以至于人们仍然通过这样的页面访问我们的网站,所以我想我最好让这个话题跟上进度。

In short, yes you can use jMonkeyEngine 3on Android. Not the older 1.0 and 2.0 versions. However since jME3 is shader based it requires OpenGL 2 and above, meaning we can't support Android versions prior to 2.2 Froyo.

简而言之,是的,您可以在 Android 上使用 jMonkeyEngine 3。不是旧的 1.0 和 2.0 版本。但是,由于 jME3 是基于着色器的,它需要 OpenGL 2 及更高版本,这意味着我们无法支持 2.2 Froyo 之前的 Android 版本。

The Android forumis the best place to keep up to date on the latest development. We have a test application available on the market, for free of course. Testing is greatly appreciated! (Do note, while the tests have been reported to work fine for Motorolla and Samsung devices, as of writing they do not work yet for HTC phones. Expect a fix shortly).

Android论坛是跟上最新的发展最好的地方。我们在市场上有一个免费的测试应用程序。非常感谢测试!(请注意,虽然已报告测试适用于摩托罗拉和三星设备,但截至撰写本文时,它们还不适用于 HTC 手机。预计很快就会修复)。

On a last note, for anyone who thinks the jMonkeyEngine project has stagnated, I welcome you to visit our website and try the latest version of our SDK. Safe to say, the project is healthier than every before.

最后一点,对于任何认为 jMonkeyEngine 项目停滞不前的人,我欢迎您访问我们的网站并尝试我们最新版本的 SDK。可以肯定地说,该项目比以前更健康。