Skip to main content

Unofficial python bindings for OpenXR VR/AP device access

Project description

pyopenxr

Unofficial python bindings for the OpenXR SDK to access VR and AR devices

Installing pyopenxr

pip install pyopenxr

Using pyopenxr

import xr

# Query the available VR/AR extensions
available = xr.enumerate_instance_extension_properties()

# Replace with whatever extensions are required for your
# particular application...
required = [xr.KHR_OPENGL_ENABLE_EXTENSION_NAME, ]
for prop in required:
    assert prop in available

Pythonic naming conventions in pyopenxr

symbol Python example C example
function xr.create_instance(...) xrCreateInstance(...)
constant xr.MAX_SYSTEM_NAME_SIZE XR_MAX_SYSTEM_NAME_SIZE
struct name xr.ExtensionProperties XrExtensionProperties
type alias xr.Version XrVersion
enum type xr.FormFactor xrFormFactor
enum value xr.FormFactor.HEAD_MOUNTED_DISPLAY XR_FORM_FACTOR_HEAD_MOUNTED_DISPLAY
handle xr.InstanceHandle XrInstance

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyopenxr-1.0.2202.tar.gz (648.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyopenxr-1.0.2202-py3-none-any.whl (661.4 kB view details)

Uploaded Python 3

File details

Details for the file pyopenxr-1.0.2202.tar.gz.

File metadata

  • Download URL: pyopenxr-1.0.2202.tar.gz
  • Upload date:
  • Size: 648.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.7.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pyopenxr-1.0.2202.tar.gz
Algorithm Hash digest
SHA256 bd9c6781462332b7e6fb90aec4cb4cb4851e4db10a9411c95de9349c39f6d4b5
MD5 46e86530c5dcb763508f401364b704b1
BLAKE2b-256 1fa3a2cdb62cef2d6298b42da75ee6f02b1a85e4fdd5b4e6f00a805c50d88f39

See more details on using hashes here.

File details

Details for the file pyopenxr-1.0.2202-py3-none-any.whl.

File metadata

  • Download URL: pyopenxr-1.0.2202-py3-none-any.whl
  • Upload date:
  • Size: 661.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.7.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6

File hashes

Hashes for pyopenxr-1.0.2202-py3-none-any.whl
Algorithm Hash digest
SHA256 cb92686a3daf65ba3c9f9a8b4be838efd209db4110b8079b8d681cbe60120682
MD5 731e92523e3e9a4338fbd394e1c61198
BLAKE2b-256 563921dec6681ac70f631692e554c9c751cc55ac96d167704ad2cd11f6870a59

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page