quest, not finished

This commit is contained in:
Alexi Chepura
2023-10-17 15:34:46 +03:00
parent cbe9d6a01d
commit 4acc074114
4 changed files with 108 additions and 1 deletions

View File

@@ -3,4 +3,10 @@
An in-progress crate for adding openxr support to Bevy without forking.
![image](https://github.com/awtterpip/bevy_openxr/assets/50841145/aa01fde4-7915-49b9-b486-ff61ce6d57a9)
To see it in action run the example in `examples` with `cargo run --example xr`
To see it in action run the example in `examples` with `cargo run --example xr`.
## Quest
Running on quest can be done with https://github.com/rust-mobile/cargo-apk and requires disabling default features.
```sh
cargo apk run --example xr --release --no-default-features
```