openxr 0.0.5 copy "openxr: ^0.0.5" to clipboard
openxr: ^0.0.5 copied to clipboard

OpenXR.dart implements Dart bindings for OpenXR 1.0, the open standard and cross-platform API for virtual reality (VR) and augmented reality (AR) hardware.

OpenXR for Dart #

Project license Pub package Dartdoc reference Travis CI build status

OpenXR.dart implements Dart bindings for OpenXR 1.0, the open standard and cross-platform API for virtual reality (VR) and augmented reality (AR) hardware.

Installation #

dependencies:
  openxr: ^0.0.5
copied to clipboard

Prerequisites #

Examples #

Importing the library #

import 'package:openxr/openxr.dart' as xr;
copied to clipboard

Development #

We recommend Debian 11 (aka Bullseye) as a development environment. If you're on a Mac, you can run Debian in a virtual machine using VMware Fusion or VirtualBox.

Install the Debian packages for the OpenXR SDK's loader as follows:

$ apt install libopenxr-loader1
copied to clipboard

That's the only required package, but find related packages of interest using:

$ apt search openxr
copied to clipboard

In addition, you will need an OpenXR runtime for your hardware. In the absence of suitable vendor-supplied runtimes, have a look at the open-source Monado project which supports many common devices.

See Also #

13
likes
30
points
34
downloads

Publisher

verified publisherar.to

Weekly Downloads

2024.09.26 - 2025.04.10

OpenXR.dart implements Dart bindings for OpenXR 1.0, the open standard and cross-platform API for virtual reality (VR) and augmented reality (AR) hardware.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dogma, meta

More

Packages that depend on openxr