https://github.com/awtterpip/bevy_oxr
https://github.com/awtterpip/bevy_oxr
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/awtterpip/bevy_oxr
- Owner: awtterpip
- License: apache-2.0
- Created: 2023-08-13T23:54:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-02T16:07:25.000Z (about 2 months ago)
- Last Synced: 2025-05-09T13:02:51.520Z (about 2 months ago)
- Language: Rust
- Size: 3.29 MB
- Stars: 305
- Watchers: 12
- Forks: 44
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-bevy - `bevy_oxr`
README
# Bevy Mod XR
A crate for adding openxr (and in the future webxr) support to Bevy.
To see it in action run the example in `crates/bevy_openxr/examples` with `cargo run -p bevy_mod_openxr --example 3d_scene`
## Discord
Come hang out if you have questions or issues
https://discord.gg/sqMw7UJhNc
## Troubleshooting
- Make sure, if you're on Linux, that you have the `openxr` package installed on your system.
- I'm getting poor performance.
- Like other bevy projects, make sure you're building in release (example: `cargo run -p bevy_mod_openxr --example 3d_scene --release`)## License
Unless otherwise specified, all code in this repository is dual-licensed under
either:- MIT License ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)at your option. This means you can select the license you prefer!
### Your contributions
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.