xrpicker

Crates.ioxrpicker
lib.rsxrpicker
version2.2.1
sourcesrc
created_at2023-03-22 17:27:43.213408
updated_at2023-10-10 14:52:44.908712
descriptionCore functionality of enumerating OpenXR runtimes, identifying the active runtime, and updating the active runtime
homepagehttps://github.com/rpavlik/xr-picker
repositoryhttps://github.com/rpavlik/xr-picker
max_upload_size
id817325
size60,091
Ryan A. Pavlik (rpavlik)

documentation

README

xrpicker crate

Crates.io unsafe forbidden REUSE status Contributor Covenant

This crate provides the core functionality for enumerating OpenXR runtimes, identifying the active runtime, and changing the active runtime, on Windows and Linux. It contains features that assist in implementing a GUI frontend but does not rely on or infer any particular GUI.

It includes a very minimal (for now) CLI tool that can only list the active runtime and available runtimes. This will probably be upgraded eventually to be able to set the active runtime, in part so that the Windows GUI build can invoke it as administrator instead of having to run the whole GUI as administrator.

See the main XR Picker README for more information.

License

Licensed under either of the Apache License, Version 2.0 or the MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

This software conforms to the REUSE specification.

Commit count: 172

cargo fmt