265696b07da0bbda49bec7a280d3ef07858cd201
* add support for Vec2 Actions, slightly changed the way actions are created but no functionality change and changed the get_action_* return result to a custom error * Whoops * added warning with error when openxr fails to load and added Vec2Conv helper * made it possible for the user to spawn OpenXRTrackingRoot
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%