awtterpip / bevy_oxr

Apache License 2.0
250 stars 39 forks source link

Backend Specific RunConditions and Space Flags in xr crate #158

Closed Schmarni-Dev closed 1 month ago

Schmarni-Dev commented 1 month ago

Add Backend Specific session_running and session_available to allow for non OpenXR backends while compiling for something other than wasm

Add SpaceFlags to bevy_mod_xr to detect loss of tracking without needing to depend on bevy_mod_openxr directly

Schmarni-Dev commented 1 month ago

I don't think this has breaking changes