Skip to content

awtterpip/bevy_oxr

Folders and files

NameName
Last commit message
Last commit date
Dec 11, 2023
Oct 21, 2024
Mar 17, 2025
Oct 17, 2024
Sep 3, 2024
Mar 6, 2025
Mar 6, 2025
May 26, 2024
May 26, 2024
Jul 16, 2024
Oct 17, 2024
Oct 18, 2024

Repository files navigation

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:

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.