XRTK / com.xrtk.sdk

The SDK assets for the XRTK

Home Page:https://github.com/XRTK/XRTK-Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Define XRTK UX integration (SDK)

SimonDarksideJ opened this issue · comments

XRTK - Mixed Reality Toolkit Feature Request

Is your feature request related to a problem? Please describe

Within the XRTK, we will include the integration to the XRUX project. providing the bridging logic to enable the XRTK to make use of the UX library.

This will also provide extensibility to developers to create their own bridging components by having a frame of reference.

In essence, the integration components will:

  • Provide outbound interaction events from XRTK input
  • Provide casting/reaction events to inform the XRTK when a control is in focus
  • React/subscribe to events coming from the UX components
  • Enable guided interaction with XRTK Input Actions
  • Platform level control over control behaviour from XRTK platform system

This is not an extensive list and it will grow as the integration evolves.