安卓上的 MT4J?

发布于 2024-09-19 17:43:07 字数 86 浏览 1 评论 0原文

快速的 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 技术交流群。

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

发布评论

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

评论(2

忘羡 2024-09-26 17:43:08

我目前正在考虑将 MT4j 移植到 Android 平台并确定需要修改的内容。当前形式的 MT4j 仅针对桌面。
例如:
- 替换/删除对 j​​ava 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 =)

千年*琉璃梦 2024-09-26 17:43:07

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/

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