OpenXRay / xray-16

Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World. Join OpenXRay! ;)
https://discord.gg/sjRMQwv
Other
3k stars 455 forks source link

VR support #132

Open peterclemenko opened 8 years ago

peterclemenko commented 8 years ago

Hell, why not?

CrossVR commented 8 years ago

Some day...

MrCK1 commented 6 years ago

To be fair, the games work pretty well with VorpX. If you're really interested in using VR with S.T.A.L.K.E.R. - try that first. IIRC, it doesn't work with SHOC (worked fine with COP) due to how the module is hooked.

Xottab-DUTY commented 1 year ago

I consider we should go with OpenXR and can skip SteamVR (OpenVR API).

Useful links

Documentation:

https://www.khronos.org/openxr/ https://www.khronos.org/files/openxr-10-reference-guide.pdf

Samples:

https://github.com/KhronosGroup/OpenXR-SDK-Source/blob/main/src/tests/hello_xr/openxr_program.cpp https://gitlab.freedesktop.org/monado/demos/xrgears/-/tree/master/src

Tutorial:

https://amini-allight.org/post/openxr-tutorial-part-0