File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -303,6 +303,22 @@ The API changes from 0.13 are pretty simple - check them out
303
303
304
304
[Learn Wgpu]: https://sotrh.github.io/learn-wgpu
305
305
306
+ ### [wgpu-openxr-example][wgpu-openxr-example]
307
+
308
+ 
309
+
310
+ [`wgpu-openxr-example`][wgpu-openxr-example] is an example of how to wire up
311
+ wgpu (Vulkan-only) to OpenXR by [@philpax](https://github.com/philpax)
312
+ ([Dims][dims]). It displays a triangle in the centre and a triangle per hand,
313
+ and renders to both a window and your XR headset with both head and headset tracking.
314
+
315
+ It has multiple modes of operation, including disabling XR integration
316
+ entirely at compile-time with a Cargo feature, to make it easy to understand
317
+ each step in the process of integrating OpenXR.
318
+
319
+ [wgpu-openxr-example]: https://github.com/philpax/wgpu-openxr-example
320
+ [dims]: https://www.dims.co/
321
+
306
322
## Tooling Updates
307
323
308
324
### [Blackjack]
You can’t perform that action at this time.
0 commit comments