Please update for OpenXR 1.0.23
Closed this issue · 3 comments
paulmelis commented
Hi, great package, thanks for making this available! Could you make a new build for the just released https://github.com/KhronosGroup/OpenXR-SDK/releases/tag/release-1.0.23 ?
cmbruns commented
@paulmelis Thank you for the heads up. I knew there was a new release; but I was trying to complete a working hello_xr example before releasing. That's taking longer than I had hoped, so I will shift gears and probably update the bindings in the next day or so.
Out of curiosity, is there a specific reason you are eager for the latest release?
cmbruns commented
Checklist for 1.0.23
- On Linux:
- Update and install latest OpenXR-SDK from github
- Update latest OpenXR-Registry from github
- Build and install libclang
- Pull latest pyopenxr sources from github
- Generate: Run CMake and configure src/generate/CMakeLists.txt with build folder outside of src.
- Run tests
- Commit to local repository
- Push to github
- On Windows:
- Update and install latest OpenXR-SDK from github
- On Windows, be sure to set the DYNAMIC_LOADER option in CMake, because we need a shared DLL library.
- Update latest OpenXR-Registry from github
- Build and install libclang
- Pull latest pyopenxr sources from github
- Generate: Run CMake and configure src/generate/CMakeLists.txt with build folder outside of src.
- Run tests
- Commit to local repository
-
python -m build --sdist --wheel
-
twine upload --repository pypi dist/*
- Create tag like
1.0.1901
at current HEAD - Push to github INCLUDING TAGS
- Write release notes and publish release on github
- Update and install latest OpenXR-SDK from github
cmbruns commented
New release is now live at https://github.com/cmbruns/pyopenxr/releases/tag/1.0.2301