Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Project North Star #7

Open
BastiaanOlij opened this issue Jun 15, 2018 · 0 comments
Open

Implement Project North Star #7

BastiaanOlij opened this issue Jun 15, 2018 · 0 comments

Comments

@BastiaanOlij
Copy link
Member

Bit hard to do at the moment without a device, but need to start looking into supporting project north star now that LeapC 4.0.0 is released (already moving to using this).

In order to support this I need to extract the code that handles the message loop and share a single instance of that between instances of objects in our module. See how we do this in OpenHMD for instance.
We can close our message loop once all instances using it have disappeared.

Our GDSensor object can remain our controller for our sensor, but we can now add an ARVR interface that also uses our leap motion driver to obtain head tracking data.

This also means enhancing our GDSensor object to detect whether we're using our in build head tracking and make our positioning a bit more stable.

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

No branches or pull requests

1 participant