Samsung Gear VR - is it possible to develop in C++?

筅森魡賤 提交于 2019-12-12 03:15:29

问题


Is it possible to develop for Samsung Gear VR in C++ only and possibly combine it with Qt? According to http://www.gearvrf.org/ there's a Gear VR native library, but is it supported in any way (samples, documentation..) ?


回答1:


These are actually two questions:

Is it possible to develop for Samsung Gear VR in C++ only?

Yes, definitely, but I would prefer Oculus native mobile SDK over your mentioned framework. Because at current stage, it is really Oculus who are pushing the software development forward, you know John Carmack, right? And he also brings a lot engineering friends from ID software to Oculus too, which you will come across a lot when reading the code distributed with the SDK.

https://developer.oculus.com/documentation/mobilesdk/latest/concepts/book-native/

Combine with QT?

I don't think there is any benefit now, if what you need is to build menus, buttons, UI elements like this. UI elements are very different in VR world, which the graphic is all about a 3D based world. And I think if you are following the native development path, you can only count on some preliminary UI support from Oculus too. Again, you can only get help by reading the source code in the mobile SDK from Oculus.



来源:https://stackoverflow.com/questions/35482139/samsung-gear-vr-is-it-possible-to-develop-in-c

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