diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 9972c7ef..6c5ff6dd 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -10,8 +10,8 @@ jobs: name: Build and Deploy runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v6 + - uses: actions/setup-node@v6 with: node-version: 10 - run: npm install diff --git a/README.md b/README.md index 07e404c5..cf0a9483 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# WebVR is Deprecated! + +The WebVR API had been developed under [WebVR Community Group](https://www.w3.org/community/immersive-web/2016/03/01/call-for-participation-in-webvr-community-group/), but was marked as deprecated and fully replaced by the [WebXR Device API](https://immersive-web.github.io/webxr/) and its modules which have wider support, more features, better performance, and supports both VR and XR (collectively called as XR). The WebXR Device API and its modules are under development by the [W3C Immersive Web Working Group (WG)](https://www.w3.org/groups/wg/immersive-web/) initiated at Sep 2018, was initially shipped in browsers in 2019 and are now available on many XR devices. This document is preserved out of historial interest, but the APIs described will not be implemented in any major browser. + +No further development will be held on WebVR specifications. If you have any new idea of incubation around XR, please check the [proposals repository](https://github.com/immersive-web/proposals/) of the [W3C Immersive Web Community Group (CG)](https://www.w3.org/community/immersive-web/) for further expanding XR in the Web and file as issue on any new idea there. + # WebVR Rocks Your guide to Virtual Reality in the browser. diff --git a/w3c.json b/w3c.json new file mode 100644 index 00000000..fde094b4 --- /dev/null +++ b/w3c.json @@ -0,0 +1,5 @@ +{ + "group": 87846 +, "contacts": ["himorin"] +, "repo-type": "others" +}