Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ybalrid committed Jan 17, 2024
1 parent 8941118 commit 4be7fc0
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,19 @@ Small utility program that permit see the current OpenXR runtime, and select ano
## Compatibility

OpenXR runtimes do not "register" themselves as being installed in any meaningful way beside the one that is actively being used.

This program relies on a list of "well known" manifest file paths and currently support the following runtimes:
This program relies both on the OpenXR standard runtime enumeration scheme on Windows, and on a list of "well known" manifest file paths and currently support the following runtimes:

- SteamVR
- Oculus OpenXR
- MixedRearlityRuntime
- VarjoOpenXR

It would be really easy to add more supported runtimes, but I need to know the path where their install their json manifests.
If a runtime is not being recognized (path not presentin the `AvailableRuntimes` registry key, or other reasons). Please open an issue on this repository, and try to include the expected path to the JSON manifest for the runtime.

*Note: This program currently do not handle configuring 32bit runtimes in a 64bit build.*
*Note: This program currently do not handle configuring 32bit runtimes in a 64bit build, due to the way the registry gets shadowed for 32 bit application on windows. SysWow64 is prettymuch a "legacy" platform at this point. If you happen to need this, please open an issue to discuss it.*

## Legal

Copyright :copyright: 2021-2022 Arthur Brainville (Ybalrid) - Licensed under the terms of the MIT License agreement.
Copyright :copyright: 2021-2024 Arthur Brainville (Ybalrid) - Licensed under the terms of the MIT License agreement.

*OpenXR™ is a trademark owned by The Khronos Group Inc. and is registered as a trademark in China, the European Union, Japan and the United Kingdom.*
*OpenXR™ is a trademark owned by The Khronos Group Inc. and is registered as a trademark in China, the European Union, Japan and the United Kingdom.*

0 comments on commit 4be7fc0

Please sign in to comment.