Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Create session-based GVR SDK #338

Open
heriberto-delgado opened this issue Mar 8, 2019 · 0 comments
Open

Create session-based GVR SDK #338

heriberto-delgado opened this issue Mar 8, 2019 · 0 comments

Comments

@heriberto-delgado
Copy link

It would be great if we could have a version of the GVR SDK that, just like Apple did with ARKit, allows us to create a Session object that is independent of any rendering APIs in the device, and then either poll or get notified of any new Frames generated by this session, and then get projection, head and eye transforms from this particular frame.

Looking at the code for GVRKit that was still present in the repo for 1.150, it looks like there is already a similar concept implemented in the native C/C++ SDK; the challenge would then be to find a way to separate the OpenGL-specific code from the session, and send it to some kind of renderer "bridge", while also giving end users a way to implement their own code for the bridge to allow them to integrate with different rendering APIs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant