安卓上的 MT4J?
快速的 Google 搜索并未给出任何答案:
是否有任何因素会阻止我使用 MT4J
在 Android 上进行开发?
A quick Google search hasn't yielded any answers to this:
Are there any factors that would prevent me from developing on Android using MT4J
?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我目前正在考虑将 MT4j 移植到 Android 平台并确定需要修改的内容。当前形式的 MT4j 仅针对桌面。
例如:
- 替换/删除对 java awt/swing 的所有依赖项
- 抽象 OpenGL 调用以允许 OpenGL ES 后端
- 删除/替换 OpenGL ES 不支持的 opengl 调用
- 删除/替换 Android 上不可用的 Java 库/类的依赖
项 目标是能够使用现有的 MT4j 场景,而无需更改 MT4j Android 端口。我希望很快就能做到这一点,感谢帮助 =)
I am currently looking into porting MT4j to the Android platform and identifying what would have to be modified. MT4j in its current form is targeted at desktop only.
e.g.:
- replace/remove all dependencies on java awt/swing
- abstract OpenGL calls to allow OpenGL ES backend
- remove/replace opengl calls unsupported by OpenGL ES
- remove/replace dependencies on Java libraries/classes not available on Android
The goal would be to be able to use your existing MT4j scenes without changes on the MT4j Android port. Im hoping to get to this soon, help is appreciated =)
MT4j 现在有一个 Android 端口:)
您可以在这里获取它:
http://code.google.com/p/mt4j/downloads/
MT4j now has an Android port :)
You can get it here:
http://code.google.com/p/mt4j/downloads/