argonjs / argon-app

Source code for the Argon4 AR Web Browser

Home Page:https://app.argonjs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After android port, build a version to ship for Gear VR in Oculus store

blairmacintyre opened this issue · comments

Someone pointed out gear vr supports the best mobile HMD-based experience right now, and I'm pretty sure Vuforia supports it, so shipping an app version (once we have an android version of argon) that is explicitly configured for Gear VR would be a win

We should figure out what, if anything, the right path here is, now that there is WebVR support. I don't think we can bridge them properly (e.g, we couldn't get and display video easily in their webview while in WebVR mode, yes), so it probably does mean skipping WebVR and doing "a real app". But, if we do that, we're stuck behind the latency issues of injecting the data in the webview.

SO, we probably need to wait until we have a hacked webview we can use.