59ce1f52d1249548040d9afb48e91e883c2da2d0
This does require dxil.dll and dxcompiler.dll to be available, falling back to fxc if these cannot be found. Can be overridden by setting the WGPU_DX12_COMPILER environment variable to "fxc".
Bevy OpenXR
A crate for adding openxr support to Bevy ( planned to be upstreamed ).
To see it in action run the example in examples with cargo run --example xr
Discord
Come hang out if you have questions or issues https://discord.gg/M5UTBsjN
Troubleshooting
- Make sure, if you're on Linux, that you have the
openxrpackage 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)
- Like other bevy projects, make sure you're building in release (example:
Description
Languages
Rust
98.4%
Nix
1.6%

