-
Notifications
You must be signed in to change notification settings - Fork 277
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
UX samples for rendering with directx #145
Comments
We've published a DirectX app sample called "DemoRoom" in this repo: This app was designed to show best practice of using MotionController in windows mixed reality platform, including experience of using a menu (toolbox) system, using touchpad to display radio menus, as well as throwing, shooting and painting experience. This app current only works with motion controller and HMD running on Desktop. It doesn't translate to Hololens directly, but the API usages are very similar (though much limited with Hololens hand input, vs. Motion Controller). We've not heard many requests for samples or frameworks to build UX using DirectX. @sahilagnihotri would you please elaborate what you were looking for for MRTk to support? Are you looking for best practice sample snippets or actual library to use in your apps? |
Hi, I guess lack of requests for DX has to do with additional complexity as devs have to worry about rendering n UX both whereas with unity its almost drag and drop :) I will also look into the one you mentioned as well. -Sahil |
Hi,
I am working on a directx renderer, and since its UWP i can render in Hololens. But, I have been unable to find any UX samples with directx for hololens, in MixedRealityToolkit-Unity UX samples exists but its been missing in this original port. Will it be added in future or is there any other resource samples on immersive UX creation without using unity?
-Sahil
The text was updated successfully, but these errors were encountered: