exokitxr / exokit

Native VR/AR/XR engine for JavaScript 🦖
MIT License
997 stars 118 forks source link

Oculus Go documentation #1351

Closed bknill closed 5 years ago

bknill commented 5 years ago

Hi,

Has the Oculus Go app documentation beeen removed?

I cant find it on the site or repo?

avaer commented 5 years ago

Yes it has -- Exokit does work on both Go and Quest (build script here: https://github.com/exokitxr/exokit/blob/master/scripts/oculusmobile/build-android.sh)

However we're not providing any support for that path until we add a browser frontend to the engine and resume binary releases.

bknill commented 5 years ago

OK thanks @modulesio.. so we want to use Exokit to create an Oculus Go app. Is it ready for this yet?

avaer commented 5 years ago

Sure, you should be able to do that with that build script. The main thing that's missing is a browser frontend so the engine can be easily tested by non-developers.

But as a developer, you should be able to drop your app into app/index.html (and have paths relative) and the engine should compile it into a standalone app.

bknill commented 5 years ago

Thanks @modulesio !