{"id":15146567,"url":"https://github.com/immersive-web/webxr-gamepads-module","last_synced_at":"2025-10-19T16:32:12.963Z","repository":{"id":41851456,"uuid":"199521580","full_name":"immersive-web/webxr-gamepads-module","owner":"immersive-web","description":"Repository for the WebXR Gamepads Module","archived":false,"fork":false,"pushed_at":"2024-07-18T02:56:44.000Z","size":3981,"stargazers_count":30,"open_issues_count":8,"forks_count":11,"subscribers_count":34,"default_branch":"main","last_synced_at":"2025-01-29T21:24:00.751Z","etag":null,"topics":["augmented-reality","gamepad","virtual-reality","webxr"],"latest_commit_sha":null,"homepage":"https://immersive-web.github.io/webxr-gamepads-module","language":"Bikeshed","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/immersive-web.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-29T20:20:50.000Z","updated_at":"2024-07-18T02:46:28.000Z","dependencies_parsed_at":"2022-08-11T19:21:02.409Z","dependency_job_id":null,"html_url":"https://github.com/immersive-web/webxr-gamepads-module","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/immersive-web%2Fwebxr-gamepads-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/immersive-web%2Fwebxr-gamepads-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/immersive-web%2Fwebxr-gamepads-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/immersive-web%2Fwebxr-gamepads-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/immersive-web","download_url":"https://codeload.github.com/immersive-web/webxr-gamepads-module/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237172118,"owners_count":19266614,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["augmented-reality","gamepad","virtual-reality","webxr"],"created_at":"2024-09-26T12:02:41.289Z","updated_at":"2025-10-19T16:32:12.665Z","avatar_url":"https://github.com/immersive-web.png","language":"Bikeshed","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebXR Gamepads Module - Level 1\n\n[![Build Status](https://travis-ci.org/immersive-web/webxr-gamepads-module.svg?branch=master)](https://travis-ci.org/immersive-web/webxr-gamepads-module)\n\nThe [WebXR Gamepads Module][21] is for accessing the state of buttons, triggers, thumbsticks, and touchpads associated with virtual reality (VR) and augmented reality (AR) motion controllers on the Web. This specification is a product of the [Immersive Web Working Group][17].\n\n## Taking Part\n\n1. Read the [code of conduct][18]\n2. See if your issue is being discussed in the [issues][21], or if your idea is being discussed in the [proposals repo][19].\n3. We will be publishing the minutes from working group's bi-weekly calls.\n4. You can also join the working group to participate in these discussions.\n\n## Specifications\nThis repo is for the design of the [WebXR Gamepads Module - Level 1][21] which adds extends the WebXR Device API to allow developers to query button, trigger, thumbstick, and touchpad state.\n\n### Related specifications\n* [WebXR Device API - Level 1][1]: Main specification for JavaScript API for accessing VR and AR devices, including sensors and head-mounted displays.\n* [Gamepad API Specification][5]: Introduces a low-level JS API interface for accessing gamepad devices.\n* [Legacy WebVR API Specification][2]: Legacy WebVR API 1.1 specification for JavaScript API for accessing VR displays. Development of the WebVR API has halted in favor of being replaced the WebXR Device API. Several browsers will continue to support this version of the API in the meantime.\n* [Legacy Gamepad Extensions API Specification][6]: Legacy WebVR API extensions the Gamepad API to enable access to motion controller capabilities.\n\nSee also [list of all specifications with detailed status in Working Group and Community Group](https://www.w3.org/immersive-web/list_spec.html). \n\n## Relevant Links\n\n* [Immersive Web Community Group][3]\n* [Immersive Web Early Adopters Guide][16]\n* [Immersive Web Working Group Charter][4]\n\n\n## Communication\n\n* [Immersive Web Working Group][17]\n* [Immersive Web Community Group][3]\n* [GitHub issues list: `webxr-gamepads-module`][21]\n* [`public-immersive-web` mailing list][20]\n* [Legacy `public-webvr` mailing list archive][7]\n\n## Maintainers\n\nTo generate the spec document (`index.html`) from the `index.bs` [Bikeshed][10] document:\n\n```sh\nmake\n```\n\n\n## Tests\n\nFor normative changes, a corresponding\n[web-platform-tests][11] PR is highly appreciated. Typically,\nboth PRs will be merged at the same time. Note that a test change that contradicts the spec should\nnot be merged before the corresponding spec change. If testing is not practical, please explain why\nand if appropriate [file a web-platform-tests issue][12]\nto follow up later. Add the `type:untestable` or `type:missing-coverage` label as appropriate.\n\n\n## License\n\nPer the [`LICENSE.md`](LICENSE.md) file:\n\n\u003e All documents in this Repository are licensed by contributors under the  [W3C Software and Document License](https://www.w3.org/Consortium/Legal/copyright-software).\n\n\u003c!-- Links --\u003e\n[1]: https://immersive-web.github.io/webxr/\n[2]: https://immersive-web.github.io/webvr/\n[3]: https://www.w3.org/community/webvr/\n[4]: https://www.w3.org/2020/05/immersive-web-wg-charter.html\n[5]: https://w3c.github.io/gamepad/\n[6]: https://w3c.github.io/gamepad/extensions.html\n[7]: https://lists.w3.org/Archives/Public/public-webvr/\n[8]: https://github.com/immersive-web/webxr/issues\n[10]: https://github.com/tabatkins/bikeshed\n[11]: https://github.com/web-platform-tests/wpt\n[12]: https://github.com/web-platform-tests/wpt/issues/new\n[13]: http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document\n[14]: https://www.w3.org/community/about/agreements/cla/\n[15]: https://www.w3.org/Consortium/Legal/2008/03-bsd-license.html\n[16]: https://immersive-web.github.io/webxr-reference/\n[17]: https://w3.org/immersive-web\n[18]: https://immersive-web.github.io/homepage/code-of-conduct.html\n[19]: https://github.com/immersive-web/proposals\n[20]: https://lists.w3.org/Archives/Public/public-immersive-web-wg/\n[21]: https://immersive-web.github.io/webxr-gamepads-module\n[22]: https://github.com/immersive-web/webxr-gamepads-module/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimmersive-web%2Fwebxr-gamepads-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimmersive-web%2Fwebxr-gamepads-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimmersive-web%2Fwebxr-gamepads-module/lists"}