├── LICENSE.md └── README.md /LICENSE.md: -------------------------------------------------------------------------------- 1 | 2 | All Reports in this Repository are licensed by Contributors 3 | under the [W3C Software and Document License](http://www.w3.org/Consortium/Legal/2015/copyright-software-and-document). 4 | 5 | Contributions to Specifications are made under the [W3C CLA](https://www.w3.org/community/about/agreements/cla/). 6 | 7 | Contributions to Test Suites are made under the [W3C 3-clause BSD License](https://www.w3.org/Consortium/Legal/2008/03-bsd-license.html). 8 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Cross-API Topics for Augmented Reality 2 | 3 | This is a repository for discussing and documenting information about common aspects of augmented reality that effect both W3C standards work and the use of those standards. 4 | 5 | AR-related API work is occurring in various [Immersive Web CG/WG repos](https://github.com/immersive-web) including: 6 | 7 | - [webxr](https://github.com/immersive-web/webxr) 8 | - [webxr-ar-module](https://github.com/immersive-web/webxr-ar-module) 9 | - [hit-test](https://github.com/immersive-web/hit-test) 10 | - [real-world-geometry](https://github.com/immersive-web/real-world-geometry) 11 | - [lighting-estimation](https://github.com/immersive-web/lighting-estimation) 12 | - [anchors](https://github.com/immersive-web/anchors) 13 | - [geo-alignment](https://github.com/immersive-web/geo-alignment) 14 | - [dom-overlays](https://github.com/immersive-web/dom-overlays) 15 | - [camera access and support for computer-vision](https://github.com/immersive-web/computer-vision/) 16 | 17 | All work in the Immersive Community and Working Groups is supported by this [Code of Conduct](https://github.com/immersive-web/community-resources/blob/master/CODE_OF_CONDUCT.md). 18 | 19 | Please read and understand the [license](LICENSE.md) before contributing. 20 | --------------------------------------------------------------------------------