我可以在 Android 设备上使用 jMonkeyEngine 吗?
我正在尝试为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
根据他们的 博客 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.
虽然这是一个需要回答的老问题,但我认为我们中的许多人仍在寻找解决方案。
适用于 Android 的 jMonkeyEngine:
如何开始:
例子
Though it's a old question to answer but I think many of us still looking for the solution.
jMonkeyEngine for Android:
How to start:
Example
我一直在努力解决这个问题,直到发现这个没有音频的视频......
在 Android 上运行 jME3
1) 右键单击您的项目并从菜单中选择“属性” :
2) 选中“启用 Android 开发”复选框
3) 选择适当的“Android 目标”
4) 选择从下拉列表中将 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:
2) Check the "Enable Android Development" check-box
3) Select the appropirate "Android Target"
4) Select Android as your target from the drop down: