stride3d / stride

Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
https://stride3d.net
MIT License
6.6k stars 952 forks source link

Add Windows Mixed Reality support without UWP #722

Open ravazquez opened 4 years ago

ravazquez commented 4 years ago

Xenko Version 3.1.0.1

I need to run a Stride project on an HP Reverb headset which uses WMR. Based on #85 Windows Mixed Reality is supported but only for UWP projects.

I would like to be able to run a WMR Stride project without needing UWP or SteamVR(OpenVR)

You can currently use the HP Reverb with Stride via OpenVR/SteamVR but removing this layer would be ideal.

Kryptos-FR commented 4 years ago

That would require implementing OpenXR support.