https://github.com/KhronosGroup/OpenXR-SDK-Source
Sources for OpenXR loader, basic API layers, and example code.
https://github.com/KhronosGroup/OpenXR-SDK-Source
augmented-reality openxr openxr-layers openxr-loader openxr-sample openxr-sdk virtual-reality vr xr
Last synced: 7 days ago
JSON representation
Sources for OpenXR loader, basic API layers, and example code.
- Host: GitHub
- URL: https://github.com/KhronosGroup/OpenXR-SDK-Source
- Owner: KhronosGroup
- License: apache-2.0
- Created: 2019-03-08T12:59:06.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-09T02:30:02.000Z (5 months ago)
- Last Synced: 2024-12-18T19:03:40.586Z (4 months ago)
- Topics: augmented-reality, openxr, openxr-layers, openxr-loader, openxr-sample, openxr-sdk, virtual-reality, vr, xr
- Language: Python
- Homepage: https://khronos.org/openxr
- Size: 11.8 MB
- Stars: 682
- Watchers: 60
- Forks: 253
- Open Issues: 70
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.SDK.md
- License: COPYING.adoc
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-woka - OpenXR-SDK-Source - SDK & API Upstream Project. (Extended Realtiy (XR) incl. AR & VR / Standards, Defintions & Collections)
README
# OpenXR™ Software Development Kit (SDK) Sources Project
This repository contains source code and build scripts for implementations
of the OpenXR loader, validation layers, and code samples.The authoritative public repository is located at
.
It hosts the public Issue tracker, and accepts patches (Pull Requests) from the
general public.If you want to simply write an application using OpenXR (the headers and loader),
with minimum dependencies,
see .
That project is based on this one, but contains all generated files pre-generated,
removing the requirement for Python or build-time file generation,
and omits the samples, tests, and API layers, as they are not typically built as a part of an application.## Directory Structure
- `BUILDING.md` - Instructions for building the projects
- `README.md` - This file
- `COPYING.md` - Copyright and licensing information
- `CODE_OF_CONDUCT.md` - Code of Conduct
- `external/` - External code for projects in the repo
- `include/` - OpenXR platform include file
- `specification/` - xr.xml file
- `src/` - Source code for various projects
- `src/api_layer` - Sample code for developing API layers
- `src/loader` - OpenXR loader code
- `src/tests` - various test code (if looking for sample code start with `hello_xr/`)Currently the best sample code is in [src/tests/hello_xr/](src/tests/hello_xr). More will be added in the future.
## Building
See [BUILDING.md](BUILDING.md)
## Note about `git blame`
We are tracking "bulk commits" in the `.git-blame-ignore-revs` file, for better
git blame output. Sadly it appears that web interfaces do not yet handle this
file, but you can if using the command line. See
[--ignore-revs-file docs](https://git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revs-fileltfilegt)
for details, and
[this blog post about ignore-revs](https://www.moxio.com/blog/43/ignoring-bulk-change-commits-with-git-blame)
for some useful usage details.