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

Hand controller/s component #14

Open
Truemedia opened this issue May 12, 2024 · 0 comments
Open

Hand controller/s component #14

Truemedia opened this issue May 12, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Truemedia
Copy link
Collaborator

Some XR headsets on the market offer support for hand gestures/hand tracking as a form of control interface, either as a primary or secondary of driving/interacting in mixed reality.

Currently well documented examples include the Apple vision pro which solely utilises hand gestures for the vast majority of operation, and the Meta quest 3 which allows hand tracking as an optional method for users to navigate operating system user interfaces, as-well as a subset of applications which support hand tracking as a secondary/supplementary form of interaction (support for this feature has to be explicitly coded by the developer).

I propose we create a set of components specifically for developers to enable/utilise hand tracking and gestures capabilities within their Tres XR applications. This would includes the following components:

  • HandController.vue
    A component that enables the tracking/eventing of one hand, primary prop would specify which hand (left or right) that the component instance corresponds to.

  • HandControllers.vue
    A parent component which encapsulates a pair of hand controller components to represent both a left hand and a right hand.

The components should comply with and make use of the WebXR hand input module spec https://www.w3.org/TR/webxr-hand-input-1/

@Truemedia Truemedia added enhancement New feature or request help wanted Extra attention is needed labels May 12, 2024
@Truemedia Truemedia self-assigned this May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant