我可以在 Android 设备上使用 jMonkeyEngine 吗?

发布于 2024-08-26 01:30:10 字数 91 浏览 7 评论 0原文

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

谢谢!

I am trying to make a simple 3D game for Android, and I want to use jMonkeyEngine. Can I do this? How? Can someone show me an example?

Thanks!

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

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

发布评论

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

评论(3

把梦留给海 2024-09-02 01:30:10

根据他们的 博客 Android即将推出的 jMonkeyEngine3 即将提供支持,因此看来您必须等待他们的下一个正式版本。

According to their blog Android support is coming with the upcoming jMonkeyEngine3, so it looks like you will have to wait for their next official release.

寂寞陪衬 2024-09-02 01:30:10

虽然这是一个需要回答的老问题,但我认为我们中的许多人仍在寻找解决方案。

适用于 Android 的 jMonkeyEngine:

答案是肯定的!您可以使用jMonkeyEngine3 (JME3) 为Android 开发3D 游戏。

如何开始:

很好地描述了 JME3 中的 Android 集成和部署 在这里

例子

您可以在此处找到一些不错的 JME 初学者教程 带有示例/示例代码。您可以将这些示例用于 Android。


Though it's a old question to answer but I think many of us still looking for the solution.

jMonkeyEngine for Android:

The answer is Yes! You can use jMonkeyEngine3 (JME3) to develop 3D game for Android.

How to start:

Android integration and deployment in JME3 is nicely described here!

Example

You can find some good beginner JME tutorial here with sample/example code. You can use these examples for Android.

栖迟 2024-09-02 01:30:10

我一直在努力解决这个问题,直到发现这个没有音频的视频......
在 Android 上运行 jME3

1) 右键单击​​您的项目并从菜单中选择“属性” :
Project Properties

2) 选中“启用 Android 开发”复选框

3) 选择适当的“Android 目标”

4) 选择从下拉列表中将 Android 作为您的目标:
Android 目标

I struggled with this until discovering this video with no audio...
Running jME3 on Android

1) Right Click your project and Select "Properties" from the menu:
Project Properties

2) Check the "Enable Android Development" check-box

3) Select the appropirate "Android Target"

4) Select Android as your target from the drop down:
Android Target

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