ForTehLose 02cbbccf5e Merge pull request #34 from Schmarni-Dev/lib_rs
Added Android Support to demo
2023-11-08 16:18:14 -05:00
2023-11-08 19:52:19 +01:00
2023-11-08 02:49:07 +01:00
2023-08-13 18:55:02 -05:00

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

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 --example xr --release)
Description
No description provided
Readme 3.7 MiB
Languages
Rust 98.4%
Nix 1.6%