-
Notifications
You must be signed in to change notification settings - Fork 191
Swift version? #314
Comments
We currently do not have plans for a Swift version. Is there a particular reason you're looking for a Swift framework? |
Just seems like Objective C is on the way out. Swift seems to be the thing to be using for current Apple software. |
You are correct but under the hood, most of GVRSDK is C++ with minimal Obj-C which you should be able to import into Swift land (except for #312 which we're looking into). I do not expect a pure Swift implementation to be any more performant. |
Okay. What I really need is a Metal version. I'm trying to Frankenstein the SDK onto my Metal app currently. It's kind of working. Is the source code available for the SDK? I'm trying to figure out how to do the lens distortion... |
Unfortunately the mesh distortion code is not open source. We're looking into how we can support Metal. |
Okay, thanks. I'm thinking now that instead of using Metal to display the scene, I should probably just use it to render to a texture and then pass that back to the google cardboardView so that it can do the lens distortion. |
Hi did the gvr-ios-sdk is available which uses Metal Api for rendering? |
Are there any plans for a native Swift version of the SDK?
The text was updated successfully, but these errors were encountered: