Files
bevy_oxr/README.md
2023-10-18 12:25:32 +03:00

476 B

Bevy OpenXR

An in-progress crate for adding openxr support to Bevy without forking. image

To see it in action run the example in examples with cargo run --example xr.

Quest

Running on Meta Quest can be done with https://github.com/rust-mobile/cargo-apk and requires disabling default features.

cargo apk run --example xr --release --no-default-features