You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can drive further cross-UA conformance for UAs built atop OpenXR. Another package of JSON mappings could map each WebXR input profile to its corresponding OpenXR interaction profile, defining which button/axis index maps to which OpenXR /user path. OpenXR-based UAs could then simply merge in the latest OpenXR mappings once per release to inherit conformant support for all the latest controllers.
After talking with @thetuvix about the requirements, it sounds like this would be better as an extension to the existing registry schema rather than a separate package.
One other thing to consider is that there may be value in not special casing OpenXR in the schema, but instead including information about the mappings from each supported native platform.
I'll throw together a couple variants for how this might look and post them for feedback.
We can drive further cross-UA conformance for UAs built atop OpenXR. Another package of JSON mappings could map each WebXR input profile to its corresponding OpenXR interaction profile, defining which button/axis index maps to which OpenXR
/user
path. OpenXR-based UAs could then simply merge in the latest OpenXR mappings once per release to inherit conformant support for all the latest controllers.Originally posted by @thetuvix in #78
The text was updated successfully, but these errors were encountered: