-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·294 lines (283 loc) · 21 KB
/
Copy pathindex.html
File metadata and controls
executable file
·294 lines (283 loc) · 21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>W3C Immersive Web Working Group</title>
<meta name="mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1, initial-scale = 1.0, shrink-to-fit=no">
<base href="https://immersive-web.github.io/homepage/">
<link rel="stylesheet" href="CSS/main.css">
<meta name="application-name" content="ImmersiveWeb @W3C" />
<meta name="screen-orientation" content="portrait" />
<meta name="full-screen" content="yes" />
<meta name="description" content="The Immersive Web." />
</head>
<body>
<header>
<nav>
<ul>
<li><a href="https://www.w3.org/standards/">Standards</a></li>
<li><a href="https://www.w3.org/participate/">Participate</a></li>
<li><a href="https://www.w3.org/Consortium/membership">Membership</a></li>
<li><a href="https://www.w3.org/Consortium/">About W3C</a></li>
</ul>
</nav>
</header>
<main>
<nav>
<h3>Getting involved</h3>
<ul>
<li><a href="https://github.com/immersive-web">Github</a></li>
<li><a href="https://lists.w3.org/Archives/Public/public-immersive-web-wg/">Mailing list</a></li>
<li><a href="https://github.com/immersive-web/administrivia/tree/master/meetings">Teleconferences</a></li>
<li><a href="code-of-conduct.html">Code of Conduct</a></li>
</ul>
<h3>Drafts and Notes</h3>
<ul>
<li><a href="https://www.w3.org/TR/webxr/">The WebXR Device API (CR)</a>;
<a href="https://immersive-web.github.io/webxr/">Editor's draft</a>;
and <a href="https://github.com/immersive-web/webxr/issues/">github issues</a>
</li>
<li><a href="https://www.w3.org/TR/webxr-gamepads-module-1/">The WebXR Gamepads Module - Level 1 (WD)</a>;
<a href="https://immersive-web.github.io/webxr-gamepads-module/">Editor's draft</a>;
and <a href="https://github.com/immersive-web/webxr-gamepads-module/issues">github issues</a>
</li>
<li><a href="https://www.w3.org/TR/webxr-ar-module-1/">The WebXR Augmented Reality Module - Level 1 (CR)</a>;
<a href="https://immersive-web.github.io/webxr-ar-module/">Editor's draft</a>;
and <a href="https://github.com/immersive-web/webxr-ar-module/issues">github issues</a>
</li>
<li><a href="https://www.w3.org/TR/webxr-dom-overlays-1/">The WebXR DOM Overlays Module</a>;
<a href="https://immersive-web.github.io/dom-overlays/">Editor's draft</a>;
and <a href="https://github.com/immersive-web/dom-overlays/issues">github issues</a>
</li>
<li><a href="https://www.w3.org/TR/webxr-hit-test-1/">The WebXR Hit Test Module</a>;
<a href="https://immersive-web.github.io/hit-test/">Editor's draft</a>;
and <a href="https://github.com/immersive-web/hit-test/issues">github issues</a>
</li>
<li><a href="https://www.w3.org/TR/webxrlayers-1/">The WebXR Layers API Level 1</a>;
<a href="https://immersive-web.github.io/layers/">Editor's draft</a>;
and <a href="https://github.com/immersive-web/layers/issues">github issues</a>
</li>
<li><a href="https://www.w3.org/TR/webxr-hand-input-1/">The WebXR Hand Input</a>;
<a href="https://immersive-web.github.io/webxr-hand-input/">Editor's draft</a>;
and <a href="https://github.com/immersive-web/webxr-hand-input/issues">github issues</a>
</li>
<li><a href="https://www.w3.org/TR/webxr-depth-sensing-1/">The WebXR Depth Sensing Module</a>;
<a href="https://immersive-web.github.io/depth-sensing/">Editor's draft</a>;
and <a href="https://github.com/immersive-web/depth-sensing/issues">github issues</a>
</li>
<li>The WebXR Anchors Module;
<a href="https://immersive-web.github.io/anchors/">Editor's draft</a>;
and <a href="https://github.com/immersive-web/anchors/issues">github issues</a>
</li>
<li><a href="https://www.w3.org/TR/webxr-lighting-estimation-1/">WebXR Lighting Estimation API Level 1</a>;
<a href="https://immersive-web.github.io/lighting-estimation/">Editor's draft</a>;
and <a href="https://github.com/immersive-web/lighting-estimation/issues">github issues</a>
</li>
<li>
<a href="https://www.w3.org/immersive-web/list_spec.html">List of all specifications with detailed statuses</a>
</li>
</ul>
<h3>Group details</h3>
<ul>
<li><a href="https://www.w3.org/2024/09/immersive-Web-wg-charter.html">Our Charter</a></li>
<li><a href="https://www.w3.org/groups/wg/immersive-web/join">How to Join</a></li>
<li><a href="https://www.w3.org/groups/wg/immersive-web/participants">Participants</a></li>
<li><a href="https://www.w3.org/groups/wg/immersive-web/ipr">Royalty-free Patent Policy</a></li>
<li><a href="https://www.w3.org/wiki/Immersive-Web/">WIKI page</a></li>
</ul>
</nav>
<section id='content'>
<h1 class="title">Immersive Web Working Group</h1>
<section id="mission">
<h2>Our Mission</h2>
<p>We help bring high-performance Virtual Reality (VR) and Augmented Reality (AR) (collectively known as XR) to the open Web via APIs to interact with XR devices and sensors in browsers.</p>
<p>We work together with the <a href="https://www.w3.org/community/immersive-web/">Immersive Web Community Group</a> in building the immersive web platform. Most new ideas start there.</p>
</section>
<p>The Co-Chairs of the Working Group are
<a href="mailto:ada@ada.is">Ada Rose Cannon (Apple)</a>, <a href="mailto:aysegulyonet@gmail.com">Ayşegül Yönet (W3C Invited Expert)</a> and <a href="mailto:cwilso@google.com">Chris Wilson (Google)</a>. The W3C Team Contact for the Immersive Web Working Group is <a href="mailto:atsushi@w3.org">Atsushi Shimono</a>.
A list for chairs and W3C staff contact(s) is <a href="mailto:immersive-web-chairs@w3.org">immersive-web-chairs@w3.org</a> (no archive is available), which anybody can post a mail.
</p>
<section id='articles'>
<article class="line">
<h2>Face-to-face meetings</h2>
<h3>Upcoming</h3>
<ul>
<li>19 th and 20th May 2026 (hybrid meeting) at Apple New York City 14 (11 Penn Plaza, New York, NY 10001, USA)
(
<a href="https://lists.w3.org/Archives/Public/public-immersive-web-wg/2026Mar/0002.html">annoucement</a>
;
calendar:
<a href="https://www.w3.org/events/meetings/92949730-6e1a-4a3b-9da4-9e1157b72cbc/">19th</a>,
<a href="https://www.w3.org/events/meetings/7178d704-872e-482c-89b6-12987481798e/">20th</a>
;
<a href="https://docs.google.com/forms/d/e/1FAIpQLSffIqTK45GXDKFfYH6g0XhzmV4L2efPHElpWsJNz-YDpFhV_A/viewform">RSVP</a>
)
[<a href="https://github.com/immersive-web/administrivia/blob/main/F2F-May-2026/schedule.md">agenda</a>]
</li>
</ul>
<h3>Past FTF meetings</h3>
<ul>
<li>20th and 21st November 2025 (hybrid meeting) at MPK classic campus, Meta (<a href="https://maps.app.goo.gl/4gA3KcL2TjN6FVKX7">Lobby 15, 10 Hacker Way, Menlo Park, CA 94025, USA</a>; please check email on any last minute changes)
(calendar:
<a href="https://www.w3.org/events/meetings/aae0c507-186d-4a3e-a4cb-5722437a9a33/">20th</a>,
<a href="https://www.w3.org/events/meetings/d2dd06e9-d967-4940-aea0-7c6528471719/">21st</a>
;
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdknoSYDZhA-pU6C16JvFmCVdo8-hXtyIPW3ZpwNlw8k6lgpA/viewform?usp=header%EF%BF%BC">RSVP</a>
)
[<a href="https://github.com/immersive-web/administrivia/blob/main/F2F-November-2025/schedule.md">agenda</a>]
[Minutes:
<a href="https://www.w3.org/2025/11/20-immersive-web-minutes.html">20th (day 1)</a>,
<a href="https://www.w3.org/2025/11/21-immersive-web-minutes.html">21st (day 2)</a>
]
</li>
<li>No group meeting is planned at <a href="https://www.w3.org/events/tpac/2025/tpac-2025/">TPAC 2025</a>.</li>
<li>18th and 19th March 2025 (hybrid meeting) at Chrome building, Google Mountain View Campus (<a href="https://maps.app.goo.gl/6hqKa3tgyRSTM49F8">900 Alta Ave, Mountain View, CA 94043</a>; please check email on any last minute changes)
(calendar:
<a href="https://www.w3.org/events/meetings/487432a3-839b-4be0-93c3-c40d9fb25374/20250318T110000/">18th</a>,
<a href="https://www.w3.org/events/meetings/851aec02-4939-4466-8f6b-8f3bd1dd9269/">19th</a>
;
<a href="https://lists.w3.org/Archives/Public/public-immersive-web-wg/2025Feb/0002.html">RSVP</a>
)
[<a href="https://github.com/immersive-web/administrivia/blob/main/F2F-March-2025/schedule.md">agenda</a>]
[Minutes:
<a href="https://www.w3.org/2025/03/18-immersive-web-minutes.html">18th (day 1)</a>,
<a href="https://www.w3.org/2025/03/19-immersive-web-minutes.html">19th (day 2)</a>
]
</li>
<li>
2 days in September 2024 (hybrid meeting) at <a href="https://www.w3.org/events/tpac/2024/tpac-2024-hybrid-meeting/">TPAC 2024</a> (23-27 September 2024)
(calendar:
<a href="https://www.w3.org/events/meetings/7dfe2c59-9809-427a-9d64-724c76694cf7/">24th-1 (0900-1030)</a>,
<a href="https://www.w3.org/events/meetings/37e4b9e4-9f2f-4fae-bb2f-e7ed767be4a8/">24th-2 (1400-1800)</a>,
<a href="https://www.w3.org/events/meetings/59c03681-a916-4f8e-a8b0-9cfaff8e5cdc/">26th (1400-1800)</a>
)
[<a href="https://github.com/immersive-web/administrivia/tree/main/TPAC2024#agenda">agenda</a>]
[Minutes:
<a href="https://www.w3.org/2024/09/24-immersive-web-minutes.html">24th (day 1)</a>,
<a href="https://www.w3.org/2024/09/26-immersive-web-minutes.html">26th (day 2)</a>
]
<ul>
<li>
<a href="https://www.w3.org/events/meetings/beb1a75f-bc12-42c0-9691-6d73be98632b/">Breakout - HTML Model Element Discussion</a>a>
(25th 0830-0930, [minutes](https://www.w3.org/2024/09/25-iwcg-model-minutes.html)),
(alternate to <a href="https://www.w3.org/events/meetings/e3724be4-18f0-4846-93c4-ddf0f0839697/">IWWG and WebApps WG joint meeting</a> 24th 1100-1230)
</li>
</ul>
</li>
<li>
25th and 26th March 2024 (hybrid meeting) at Meta in Bellevue, Washington (1288 123rd Ave NE, Bellevue, WA 98005).
(
<a href="https://lists.w3.org/Archives/Public/public-immersive-web-wg/2024Feb/0005.html">Announcement</a>,
<a href="https://lists.w3.org/Archives/Public/public-immersive-web-wg/2024Feb/0009.html">Registration</a>, and
calendar
<a href="https://www.w3.org/events/meetings/0d4590ed-b6f4-4fc9-b771-88d8e966042c/20240325T090000/">25th</a>,
<a href="https://www.w3.org/events/meetings/0d4590ed-b6f4-4fc9-b771-88d8e966042c/20240326T090000/">26th</a>)
[<a href="https://github.com/immersive-web/administrivia/blob/main/F2F-March-2024/schedule.md">agenda</a>]
[Minutes:
<a href="https://www.w3.org/2024/03/25-immersive-web-minutes.html">25th (day 1)</a>,
<a href="https://www.w3.org/2024/03/26-immersive-web-minutes.html">26th (day 2)</a>
]
</li>
<li>
11th, 12th and 15th September 2023 (hybrid meeting) at <a href="https://www.w3.org/2023/09/TPAC/Overview.html">TPAC 2023</a>
(calendar:
<a href="https://www.w3.org/events/meetings/f1dd67cb-9322-472e-92d4-a34a2f4bf2d6/">11th</a>,
<a href="https://www.w3.org/events/meetings/543e6388-05f4-4334-bd4d-4839ec021fc5/">12th</a>,
<a href="https://www.w3.org/events/meetings/7e00b17e-b4ef-471b-96c1-21a2c9d77c92/">15th</a>)
[<a href="https://github.com/immersive-web/administrivia/tree/main/TPAC-2023">agenda</a>]
[Minutes:
<a href="https://www.w3.org/2023/09/11-immersive-web-minutes.html">11th Sep (slot 1)</a>,
<a href="https://www.w3.org/2023/09/12-immersive-web-minutes.html">12th Sep (slot 2)</a>,
<a href="https://www.w3.org/2023/09/15-immersive-web-minutes.html">15th Sep (slot 3)</a>
]
</li>
<li>
24th to 25th April 2023 (hybrid meeting) at <a href="https://en.wikipedia.org/wiki/Apple_Campus">Apple's Infinite Loop Campus</a> in Cupertino California.
(<a href="https://lists.w3.org/Archives/Public/public-immersive-web-wg/2023Jan/0006.html">Announcement and Registration</a>)
[<a href="https://github.com/immersive-web/administrivia/blob/main/F2F-April-2023/schedule.md">agenda</a>]
[Minutes:
<a href="https://www.w3.org/2023/04/24-immersive-web-minutes.html">24th April (day 1)</a>,
<a href="https://www.w3.org/2023/04/25-immersive-web-minutes.html">25th April (day 2)</a>
]
</li>
<li>12th to 16th September 2022 (hybrid meetings) at <a href="https://www.w3.org/2022/09/TPAC/">TPAC 2022</a>
[<a href="https://github.com/immersive-web/administrivia/tree/main/TPAC-2022">agenda</a>]
[Minutes:
<a href="https://www.w3.org/2022/09/15-immersive-web-minutes.html">15th Sep (day 1)</a>,
<a href="https://www.w3.org/2022/09/16-immersive-web-minutes.html">16th Sep (day 2)</a>,
<a href="https://www.w3.org/2022/09/16-aria-minutes.html">16th Sep ARIA joint meeting</a>
]
</li>
<li>21st & 22nd April 2022 at <a href="https://g.page/microsoft-reactor?share">Microsoft Reactor San Francisco</a>
(<a href="https://lists.w3.org/Archives/Public/public-immersive-web-wg/2022Mar/0002.html">Announcement</a>,
<a href="https://forms.gle/LdHiXJLUqDBXHZjS6">Registration</a>)
[<a href="https://github.com/immersive-web/administrivia/tree/main/F2F-April-2022">agenda</a>]
[Minutes:
<a href="https://www.w3.org/2022/04/21-immersive-web-minutes.html">21st April</a>,
<a href="https://www.w3.org/2022/04/22-immersive-web-minutes.html">22nd April</a>]
</li>
<li>14th & 15th October 2021, virtual group calls,
[<a href="https://github.com/immersive-web/administrivia/tree/main/TPAC-2021">agenda</a>]
[Minutes:
<a href="https://www.w3.org/2021/10/14-immersive-web-minutes.html">14th/Oct</a>,
<a href="https://www.w3.org/2021/10/15-immersive-web-minutes.html">15th/Oct</a>]
</li>
<li>2nd to 6th November 2020 (virtual group calls) at <a href="https://www.w3.org/2020/10/TPAC/">TPAC 2020</a>
[<a href="https://github.com/immersive-web/administrivia/tree/main/TPAC-2020">agenda</a>]
[Minutes:
<a href="https://www.w3.org/2020/11/02-immersive-web-minutes.html">2nd/Nov</a>,
<a href="https://www.w3.org/2020/11/04-immersive-web-minutes.html">4nd/Nov</a>,
<a href="https://www.w3.org/2020/11/05-immersive-web-minutes.html">5nd/Nov</a>,
<a href="https://www.w3.org/2020/11/06-immersive-web-minutes.html">6nd/Nov</a>
]
</li>
<li>5th & 6th February 2020 at Facebook's Dexter office in Seattle, WA, USA,
(<a href="https://lists.w3.org/Archives/Public/public-immersive-web/2020Jan/0004.html">Announcement</a>, Forms: <a href="https://forms.gle/XWLdkXnvLJb1Fn888">Registration</a> and <a href="https://docs.google.com/forms/d/e/1FAIpQLScEjcZDCa58jxyiLu8gE0OSJvCmy4P-_Dx4kiP2RfisIgCtog/viewform">Call for Topics</a>)
[<a href="https://github.com/immersive-web/administrivia/blob/master/F2F-Feb-2020/schedule.md">agenda</a>]
[Minutes:
<a href="https://www.w3.org/2020/02/05-immersive-web-minutes.html">5th/Feb</a>,
<a href="https://www.w3.org/2020/02/06-immersive-web-minutes.html">6th/Feb</a>]
</li>
<li>16th & 17th September 2019 at <a href="https://www.w3.org/2019/09/TPAC/">TPAC 2019</a>
[<a href="https://github.com/immersive-web/administrivia/tree/master/TPAC-2019">agenda</a>]
[<a href="https://www.w3.org/2019/09/15-immersive-web-minutes.html">Minutes</a>]
</li>
<li><a href="https://lists.w3.org/Archives/Public/public-immersive-web/2019Apr/0000.html">4th & 5th June, 2019</a>, hosted by Intel at the Intel Jones Farm Campus in Hillsboro, Oregon. (Forms: <a href="https://forms.gle/M8jS7DQVxLGHcN6J8">Registration</a> and <a href="https://forms.gle/yeXkH4cfrVAX4pt16">Call for Topics</a>)
[<a href="https://github.com/immersive-web/administrivia/blob/master/F2F-Jun-2019/schedule.md">agendas</a>]
[Minutes <a href="https://www.w3.org/2019/06/04-immersive-web-minutes.html">4th/June</a>, <a href="https://www.w3.org/2019/06/05-immersive-web-minutes.html">5th/June</a>]
</li>
<li><a href="https://lists.w3.org/Archives/Public/public-immersive-web-wg/2018Nov/0005.html">29th & 30th January 2019</a>
at <a href="https://www.google.com/maps/place/Samsung+Research+America/@37.4019856,-122.0480505,14z/data=!4m5!3m4!1s0x808fb70e707debcb:0xf71c59bba61f6dc1!8m2!3d37.4020794!4d-122.0483348">Samsung Research America, Mountain View, CA, USA</a>
(Forms: <a href="https://goo.gl/forms/vCJpTATYk3PoNSq33">Registration</a> and <a href="https://goo.gl/forms/xxgzrLHY0INO5fB83">Call for Topics</a>)
[<a href="https://github.com/immersive-web/administrivia/tree/master/F2F-Jan-2019">agendas</a>]
[Minutes <a href="https://www.w3.org/2019/01/29-immersive-web-minutes.html">29 Jan</a>, <a href="https://www.w3.org/2019/01/30-immersive-web-minutes.html">30 Jan</a>]
</li>
<li>October 25-26 at <a href="https://www.w3.org/2018/10/TPAC/schedule.html">TPAC 2018</a>
[<a href="https://github.com/immersive-web/administrivia/tree/master/TPAC-2018">agendas</a>]
[Minutes <a href="https://www.w3.org/2018/10/25-immersive-web-minutes.html">10/25</a>, <a href="https://www.w3.org/2018/10/26-immersive-web-minutes.html">10/26</a>]</li>
</ul>
<h2>Immersive Web Newsletters</h2>
<h3>Recent Spec Changes</h3>
<ul>
<li>Immersive Web Newsletter (from 2019-03-29 to 2019-05-08) : <a href="https://github.com/immersive-web/administrivia/blob/master/newsletter/2019-03-29-to-2019-05-08-Recent_Spec_Changes.md">GitHub</a>, <a href="https://lists.w3.org/Archives/Public/public-immersive-web/2019May/0001.html">mail list archive</a></li>
<li>Immersive Web Newsletter 2 (from 2019-02-22 to 2019-03-29) : <a href="https://github.com/immersive-web/administrivia/blob/master/newsletter/2019-02-22-to-2019-03-29-Recent_Spec_Changes.md">GitHub</a>, <a href="https://lists.w3.org/Archives/Public/public-immersive-web/2019Mar/0011.html">mail list archive</a></li>
<li>Immersive Web Newsletter 1 (posted on 22nd Feb, 2019) : <a href="https://github.com/immersive-web/administrivia/blob/master/newsletter/2019-01-01-Recent_Spec_Changes-agenda.md">GitHub</a>, <a href="https://lists.w3.org/Archives/Public/public-immersive-web/2019Feb/0022.html">mail list archive</a></li>
</ul>
<h3>Face-to-Face follow ups</h3>
<ul>
<li><a href="https://github.com/immersive-web/administrivia/blob/main/newsletter/2019-01-28-Face-to-face-follow-up.md">January 2019 F2F Follow Up</a></li>
</ul>
</article>
</section>
</section>
</main>
<footer>
<address>
<a href="https://github.com/immersive-web/">We are on GitHub</a></address>
<p id="copyright">
<a href="https://www.w3.org/">W3C</a> - <a href="https://www.w3.org/Consortium/Legal/privacy-statement">Privacy</a> - <a href='http://www.w3.org/Consortium/Legal/ipr-notice'>Terms</a>
</p>
</footer>
</body>
</html>