7947dd097cfdf173e683583523dd8c2b5db1916d
* Enable locomotion to handle arbitrary rotations of the view space Previously it assumed that "up" was always the Y axis * Eliminate jitter --------- Co-authored-by: Oliver Scherer <github@oli-obk.de>
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
- Make sure, if you're on Linux, that you have the
openxrpackage installed on your system. - 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:
Description
Languages
Rust
98.4%
Nix
1.6%