openxr 0.0.2 openxr: ^0.0.2 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 #
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.2
Prerequisites #
-
Dart 2.8.1+
-
OpenXR SDK 1.0.8+
Examples #
Importing the library #
import 'package:openxr/openxr.dart' as xr;