37 releases

0.11.0 Jul 26, 2024
0.10.0 Feb 23, 2024
0.9.3 Oct 8, 2022
0.9.1 Dec 23, 2021
0.2.2 Mar 25, 2019

#90 in Rendering

Download history 2535/week @ 2024-08-16 2843/week @ 2024-08-23 3136/week @ 2024-08-30 2501/week @ 2024-09-06 2205/week @ 2024-09-13 1861/week @ 2024-09-20 2144/week @ 2024-09-27 3604/week @ 2024-10-04 2798/week @ 2024-10-11 3360/week @ 2024-10-18 2607/week @ 2024-10-25 2947/week @ 2024-11-01 2327/week @ 2024-11-08 2649/week @ 2024-11-15 2338/week @ 2024-11-22 1630/week @ 2024-11-29

9,188 downloads per month
Used in 7 crates (via openxr)

MIT/Apache

1.5MB
31K SLoC

C++ 15K SLoC // 0.1% comments Rust 14K SLoC // 0.0% comments Python 1K SLoC // 0.2% comments C 409 SLoC // 0.3% comments Visual Studio Project 279 SLoC PowerShell 99 SLoC // 0.2% comments AsciiDoc 96 SLoC // 0.0% comments Bazel 34 SLoC Perl 5 SLoC Shell 1 SLoC

openxr-sys

Cloning

If you can, clone the repo using git clone --recurse-submodules.

If you already cloned the repo without, you must run (from anywhere in the repo): git submodule update --init.

Updating the OpenXR SDK

  1. Update the OpenSR-SDK git submodule to a new commit hash or tag: a. cd openxrs/sys/OpenXR-SDK. b. git up <tag/xxx or hash>. c. cd ../.. to get back to the openxrs repo root and check that the submodule is updated (should be a single line change to what looks like a file at openxrs/sys/OpenXR-SDK).
  2. cd generator; cargo run --bin generator to regenerate the sys crate.
  3. cd .. to go back to the openxrs repo root`.
  4. cargo fmt && cargo build && cargo test to find any issues that need fixing.

Dependencies