Release Notes:
- Update to match recent OpenXR 1.0.24 release https://github.com/KhronosGroup/OpenXR-SDK/releases/tag/release-1.0.24
- The Handle class names now better match C API; like `Instance`, (not `InstanceHandle`)
- Many other details of the python API have been tweaked, because...
- ...many new examples are available at sister repo https://github.com/cmbruns/pyopenxr_examples
- New `xr.ContextObject` high-level class to help create simpler example programs.
- API layers `XR_APILAYER_LUNARG_core_validation` and `XR_APILAYER_LUNARG_api_dump` are now always available for loading
Installation: 'pip install pyopenxr'
See the front page for documentation and more information https://github.com/cmbruns/pyopenxr
Please report problems and suggestions at our issues page https://github.com/cmbruns/pyopenxr/issues