我可以在 Android 上使用 jmonkeyengine 吗?

发布于 2024-08-26 01:18:38 字数 84 浏览 7 评论 0原文

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

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梦毁影碎の 2024-09-02 01:18:38

我是 jMonkeyEngine 项目的经理。

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

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

Android 论坛是了解最新开发动态的最佳场所。我们在市场上有一个测试应用程序,当然是免费的。非常感谢测试! (请注意,虽然据报道这些测试在摩托罗拉和三星设备上运行良好,但截至撰写本文时,它们尚不适用于 HTC 手机。预计很快就会修复)。

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

I'm a manager with the jMonkeyEngine project.

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.

In short, yes you can use jMonkeyEngine 3 on 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.

The Android forum is 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).

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.

柠北森屋 2024-09-02 01:18:38

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


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

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.


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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文