适用于 BlackBerry 的开源增强现实框架
有人知道黑莓中增强现实的开源框架或从头开始创建增强现实应用程序的好教程吗?
Anyone know any open source framework for augmented reality in BlackBerry or a good tutorials for creating an augmented reality application from scratch?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
以下是第三方 BlackBerry7 应用程序的免费 LayarPlayer 的界面原型: https://gist.github.com/1219438< /a>.不确定 Wikitude 是否有一个库。
如果您想推出自己的 AR 库(不推荐,除非您有大量的时间和精力)OpenGL ES 是独立于平台的,只需使用 ComponentCanvas 将其覆盖在相机视图之上。
Here is an interface prototype for the free LayarPlayer for third party BlackBerry7 apps: https://gist.github.com/1219438. Not sure if Wikitude will have a lib or not.
If you wanna roll your own AR lib (not recommended, unless you have tons of time and energy) OpenGL ES is platform independent, just use ComponentCanvas for overlaying it on top of the camera view.
BlackBerry OS 7 SDK 显然包含 API 来协助 开发增强现实应用。
BlackBerry OS 7 SDK apparently includes APIs to assist in developing augmented reality applications.
我正在为 BlackBerry 开发 OpenGL 应用程序,我也意识到没有太多 OpenGL 教程。但您始终可以使用 Android 系统。它们其实并没有太大不同。
我认为我们应该从新的 BlackBerry 显卡和 CPU 中获益,为该平台创建一些令人兴奋的 3D 应用程序。
您可以在 BlackBerry 网站和 BlackBerry SDK 中找到 OpenGL 基本示例。
注意:所有运行 Os 7 的 BlackBerry 设备均配有专用显卡和 1.2ghz CPU 频率。
I am working on an OpenGL application for BlackBerry and I too have realised there are not many OpenGL tutorials for it. But you can always use Android ones. They are not really very different.
And I think we should profit from the new BlackBerry graphics card and CPU to create some exciting 3D application for the patform.
You can find OpenGL basic samples on the BlackBerry website and in the BlackBerry SDK.
Notice: All BlackBerry devices that run on Os 7 have a dedicated graphics card and 1.2ghz of CPU frequency.