Open source augmented reality framework for BlackBerry

微笑、不失礼 提交于 2019-12-24 00:50:03

问题


Anyone know any open source framework for augmented reality in BlackBerry or a good tutorials for creating an augmented reality application from scratch?


回答1:


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.




回答2:


BlackBerry OS 7 SDK apparently includes APIs to assist in developing augmented reality applications.




回答3:


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.



来源:https://stackoverflow.com/questions/7088977/open-source-augmented-reality-framework-for-blackberry

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!