openxr 0.0.5 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.
/* This is free and unencumbered software released into the public domain. */
import 'package:openxr/openxr.dart' as xr;
void main() {
// TODO
}