675 B
675 B
Bevy OpenXR
An in-progress crate for adding openxr support to Bevy without forking.
To see it in action run the example in examples with cargo run --example xr
Troubleshooting
- I'm getting a
CMake error: ...on Linux.- Make sure you have the
openxrpackage installed on your system. - Append
--no-default-featuresto your build command (example:cargo run --example xr --no-default-features)
- Make sure you have the
- I'm getting poor performance.
- Like other bevy projects, make sure you're building in release (example:
cargo run --example xr --release)
- Like other bevy projects, make sure you're building in release (example: