Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.

Using UI components in HUD D3D c++/cx app

Hello all, I am finding it very difficult to Create ui component in Holographic DX3d app. I need to use C++/cx since am using Opencv, and I need to build a Hud app (i have already build some functionalities , I have successfully rendered some text on the Hud view ). My problem is How can i create UI components (buttons, sliders etc) in D3D holographic app.
I need my app to behave exactly like the Hololense start menu, but i cant find any pointers on that. I do know that this is possible by using Unity, but i cant use unity since i need opencv.
to sumrize it I need to create a D3D app that behaves exactly like the Hololense start menu, renders text, images and have some UI functionalities (buttons, sliders, text boxes and events ) I think publishing the sample code of the Start menu will give GREAT benefits to all of the developers. Thanks for any help
cheers !

Answers

  • Unfortunately, this has to be done by the developer. If you find a UI library, that will save you time, otherwise you will have to implement a UI system yourself (rendering textures on quads for "2D" UI elements, or 3D objects as UI elements).

  • @Adam Do you know any UI library to be used ?

Sign In or Register to comment.