argonjs / argon-app

Source code for the Argon4 AR Web Browser
https://app.argonjs.io/
Apache License 2.0
45 stars 23 forks source link

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

Open blairmacintyre opened 8 years ago

blairmacintyre commented 8 years ago

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

blairmacintyre commented 7 years ago

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.