https://github.com/immersive-web/layers
A feature repo for working on multi-layer support in WebXR. Feature leads: Rik Cabanier and Artem Bolgar (Oculus)
https://github.com/immersive-web/layers
webxr
Last synced: 12 months ago
JSON representation
A feature repo for working on multi-layer support in WebXR. Feature leads: Rik Cabanier and Artem Bolgar (Oculus)
- Host: GitHub
- URL: https://github.com/immersive-web/layers
- Owner: immersive-web
- License: other
- Created: 2019-03-02T18:16:11.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T17:18:01.000Z (12 months ago)
- Last Synced: 2025-04-04T18:27:35.212Z (12 months ago)
- Topics: webxr
- Language: HTML
- Homepage: https://immersive-web.github.io/layers/
- Size: 2.33 MB
- Stars: 92
- Watchers: 38
- Forks: 19
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: security-considerations.md
Awesome Lists containing this project
README
# WebXR Layers Specification
[](https://travis-ci.org/immersive-web/layers)
The [WebXR Layers Specification](https://immersive-web.github.io/layers) exposes WebGL and media layers for WebXR
## Taking Part
1. Read the [code of conduct](https://www.w3.org/Consortium/cepc/cepc-20200716/)
2. See if your issue is being discussed in the [issues](https://github.com/immersive-web/layers/issues), or if your idea is being discussed in the [proposals repo][cgproposals].
3. We will be publishing the minutes from the bi-weekly calls.
4. You can also join the working group to participate in these discussions.
## Specifications
* [Layers](https://immersive-web.github.io/layers): Layers specification for WebXR
* [Explainer](explainer.md)
### Related specifications
* [WebXR Device API - Level 1][webxrspec]: Main specification for JavaScript API for accessing VR and AR devices, including sensors and head-mounted displays.
See also [list of all specifications with detailed status in Working Group and Community Group](https://www.w3.org/immersive-web/list_spec.html).
## Relevant Links
* [Immersive Web Community Group][webxrcg]
* [Immersive Web Working Group Charter][wgcharter]
## Communication
* [Immersive Web Working Group][webxrwg]
* [Immersive Web Community Group][webxrcg]
* [GitHub issues list](https://github.com/immersive-web/layers/issues)
* [`public-immersive-web` mailing list][publiclist]
## Maintainers
To generate the spec document (`index.html`) from the `index.bs` [Bikeshed][bikeshed] document:
```sh
bikeshed spec
```
## Tests
For normative changes, a corresponding
[web-platform-tests][wpt] PR is highly appreciated. Typically,
both PRs will be merged at the same time. Note that a test change that contradicts the spec should
not be merged before the corresponding spec change. If testing is not practical, please explain why
and if appropriate [file a web-platform-tests issue][wptissue]
to follow up later. Add the `type:untestable` or `type:missing-coverage` label as appropriate.
## License
Per the [`LICENSE.md`](LICENSE.md) file:
> All documents in this Repository are licensed by contributors under the [W3C Software and Document License](https://www.w3.org/Consortium/Legal/copyright-software).
# Summary
For more information about this proposal, please read the [explainer](explainer.md) and issues/PRs.
[CoC]: https://immersive-web.github.io/homepage/code-of-conduct.html
[webxrwg]: https://w3.org/immersive-web
[cgproposals]: https://github.com/immersive-web/proposals
[webxrspec]: https://immersive-web.github.io/webxr/
[webxrcg]: https://www.w3.org/community/immersive-web/
[wgcharter]: https://www.w3.org/2020/05/immersive-Web-wg-charter.html
[webxrref]: https://immersive-web.github.io/webxr-reference/
[publiclist]: https://lists.w3.org/Archives/Public/public-immersive-web-wg/
[bikeshed]: https://github.com/tabatkins/bikeshed
[wpt]: https://github.com/web-platform-tests/wpt
[wptissue]: https://github.com/web-platform-tests/wpt/issues/new