{"id":32301127,"url":"https://github.com/drydart/openxr.dart","last_synced_at":"2026-02-21T07:39:55.058Z","repository":{"id":56836062,"uuid":"263028188","full_name":"drydart/openxr.dart","owner":"drydart","description":"OpenXR bindings for Dart \u0026 Flutter.","archived":false,"fork":false,"pushed_at":"2020-07-16T14:44:13.000Z","size":28,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-23T05:42:29.688Z","etag":null,"topics":["ar","dart","flutter","mr","openxr","vr","xr"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/openxr","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drydart.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/contributing.md","funding":".github/funding.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/codeowners","security":".github/security.md","support":null},"funding":null},"created_at":"2020-05-11T11:53:28.000Z","updated_at":"2023-11-22T15:34:01.000Z","dependencies_parsed_at":"2022-09-07T07:10:44.531Z","dependency_job_id":null,"html_url":"https://github.com/drydart/openxr.dart","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":"drydart/dart-template","purl":"pkg:github/drydart/openxr.dart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drydart%2Fopenxr.dart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drydart%2Fopenxr.dart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drydart%2Fopenxr.dart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drydart%2Fopenxr.dart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drydart","download_url":"https://codeload.github.com/drydart/openxr.dart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drydart%2Fopenxr.dart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29676833,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T06:23:40.028Z","status":"ssl_error","status_checked_at":"2026-02-21T06:23:39.222Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ar","dart","flutter","mr","openxr","vr","xr"],"created_at":"2025-10-23T05:36:44.725Z","updated_at":"2026-02-21T07:39:55.052Z","avatar_url":"https://github.com/drydart.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"OpenXR for Dart\n===============\n\n[![Project license](https://img.shields.io/badge/license-Public%20Domain-blue.svg)](https://unlicense.org)\n[![Pub package](https://img.shields.io/pub/v/openxr.svg)](https://pub.dev/packages/openxr)\n[![Dartdoc reference](https://img.shields.io/badge/dartdoc-reference-blue.svg)](https://pub.dev/documentation/openxr/latest/)\n[![Travis CI build status](https://img.shields.io/travis/drydart/openxr/master.svg)](https://travis-ci.org/drydart/openxr.dart)\n\n**OpenXR.dart** implements Dart bindings for [OpenXR](https://www.khronos.org/openxr/)\n[1.0](https://www.khronos.org/registry/OpenXR/specs/1.0/html/xrspec.html),\nthe open standard and cross-platform API for virtual reality (VR) and\naugmented reality (AR) hardware.\n\nInstallation\n------------\n\n    dependencies:\n      openxr: ^0.0.5\n\nPrerequisites\n-------------\n\n- [Dart](https://dart.dev) 2.8.1+\n\n- [OpenXR SDK](https://github.com/KhronosGroup/OpenXR-SDK) 1.0.8+\n\nExamples\n--------\n\n### Importing the library\n\n    import 'package:openxr/openxr.dart' as xr;\n\nDevelopment\n-----------\n\nWe recommend Debian 11 (aka [Bullseye](https://www.debian.org/releases/bullseye/))\nas a development environment. If you're on a Mac, you can run Debian in a\nvirtual machine using [VMware Fusion](https://www.vmware.com/products/fusion.html)\nor [VirtualBox](https://www.virtualbox.org).\n\nInstall the Debian packages for the OpenXR SDK's loader as follows:\n\n    $ apt install libopenxr-loader1\n\nThat's the only required package, but find related packages of interest using:\n\n    $ apt search openxr\n\nIn addition, you _will_ need an OpenXR runtime for your hardware. In the\nabsence of suitable vendor-supplied runtimes, have a look at the open-source\n[Monado](https://monado.freedesktop.org) project which supports many common\ndevices.\n\nSee Also\n--------\n\n- [OpenXR.rb](https://github.com/dryruby/openxr.rb):\n  OpenXR bindings for Ruby.\n\n- [OpenXR.py](https://github.com/drypy/openxr.py):\n  OpenXR bindings for Python.\n\n- [Unofficial OpenXR Tests](https://github.com/artob/openxr-rspec):\n  An unofficial OpenXR conformance test suite.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrydart%2Fopenxr.dart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrydart%2Fopenxr.dart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrydart%2Fopenxr.dart/lists"}