I'm trying to make a spherical 360 video in my ios app with the Google Cardboard SDK.I have seen that all tutorials and samples talking about unity. I am not familiar with unity or GL.Is there any way to do this without using unity ?
相关问题
- How to fix NDK build error for HelloCardboard samp
- Loading local file in WKWebView doesn't workin
- Render 3d Objects into Cameraview
- Xcode 6 Storyboard crashing when scrolling to part
- Images.xcassets breaking the laws of targets
相关文章
- Navigation bar disappears when typing in UISearchC
- iOS 8 Today widget alignment issue
- Using the device simulator for iOS 8 with Xcode 7
- Using UILexicon to implement autocorrect in iOS 8
- Can't see custom keyboard in Safari of iOS8.1
- Can't use Swift classes inside Objective-C uni
- Change color of accessoryType Swift
- Is it not possible to use “Analyze” with swift?
Yes there's now an official SDK for iOS that doesn't require Unity. https://developers.google.com/cardboard/ios/
Also for a simple 360 video player, check out VR View: https://developers.google.com/cardboard/vrview
You can try EleVR the web player seems to run great on an iPhone (tested on iOS 9.1)