forked from hakimel/reveal.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
463 lines (410 loc) · 18.7 KB
/
index.html
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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Democratizing Augmented Reality</title>
<meta name="description" content="Argon Presentation for FutureX">
<meta name="author" content="Blair MacIntyre">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/argon.css" id="theme">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
<script src="resources/js/aframe.js"></script>
<script src="resources/js/argon.js"></script>
<script src="resources/js/argon-aframe.js"></script>
<script src="resources/js/CSS3DArgonRenderer.js"></script>
<script src="resources/js/CSS3DArgonHUD.js"></script>
<script src="resources/js/aframe-look-at-component.js"></script>
<script src="index-argon.js"></script>
<link rel="stylesheet" type="text/css" href="resources/style.css">
<link rel="stylesheet" href="resources/css/font-awesome.min.css">
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides" data-background="transparent">
<section data-background="rgba(32, 32, 32, 1)">
<h1>Democratizing Augmented Reality</h1>
<h3>Bring AR to the Web, and to the World</h3>
<p>
<small><a href="http://blairmacintyre.me">Blair MacIntyre</a> / <a href="http://twitter.com/blairmacintyre">@blairmacintyre</a></small> <br>
<small><a href="http://imtc.gatech.edu/people/maribeth-gandy-coleman-phd">Maribeth Gandy Coleman</a> / <a href="http://twitter.com/maribethgandy">@maribethgandy</a></small>
</p>
</section>
<section data-background="rgba(32, 32, 32, 1)">
<h2>Democratizing a Technology</h2>
<blockquote cite="https://en.wikipedia.org/wiki/Democratization_of_technology">
Democratization of technology refers to the process by which access to technology rapidly continues to become more accessible to more people. New technologies and improved user experiences have empowered those outside of the technical industry to access and use technological products and services. At an increasing scale, consumers have greater access to use and purchase technologically sophisticated products, as well as to participate meaningfully in the development of these products. <em>(Wikipedia)</em>
</blockquote>
</section>
<section data-background="rgba(32, 32, 32, 1)">
<h2>Creating Technology is The First Step</h2>
<p>But then you need to make it</p>
<p><em>widely available</em></p>
<p><em>easy to use</em></p>
<p><em>easy to create</em></p>
<p><em>easy to share or publish</em></p>
</section>
<section data-background="resources/textures/HDP-eyes.png">
<h2>Political Activism: Hack De Patria (HDP)</h2>
<blockquote style="background: rgba(32, 32, 32, 0.5);" cite="http://motherboard.vice.com/read/augmented-reality-hack-de-patria-app-venezuela">
“activists and political operators will have to make the augmented reality experience easy to use, even for non-tech savvy folks—and not dorky. Let the political augmented reality games begin.”
</blockquote>
<small><a href="http://motherboard.vice.com/read/augmented-reality-hack-de-patria-app-venezuela">http://motherboard.vice.com/read/augmented-reality-hack-de-patria-app-venezuela</a></small>
</section>
<section data-background="rgba(32, 32, 32, 1)">
<h2>AR is awesome</h2>
<p>Becoming more widely available</p>
<p>Many people are dreaming up ways to use it</p>
<p><br></p>
<p>
<span class="fragment"><i>But the technology is still hard to use</i></span>
</p>
</section>
<section data-background="rgba(32, 32, 32, 1)">
<h2>The Web is awesome, too</h2>
<p>Lots of people already use it</p>
<p>Tools for design, prototyping, delivery</p>
<p><br></p>
<p class="fragment">The web democratized media creation and distribution,<br>
without constraints of <i>apps</i> or<br> the rules of the ecosystem <i>gatekeepers</i><p>
</p>
</section>
<section data-background="rgba(32, 32, 32, 1)">
<h2>AR + Web: Democratizing AR</h2>
<p>Create AR content using web technologies,<br>like VR is starting to do with WebVR</p>
<p>argon.js brings AR to the web, leverages the<br>
Argon4 AR-enabled web browser for iOS</p>
<p>Decouple AR content from specific tech</p>
<o><a href="http://argonjs.io">http://argonjs.io</a></p>
</section>
<section data-state="argonslide">
<h2>This Presentation is Running in Argon4</h2>
<p><em>on an iPhone</em></p>
<p>Using argon.js + reveal.js + aframe.js + argon-aframe.js</p>
</section>
<section data-state="argonslide arstuff" style="text-align: left; top: 0px;">
<h2>Stuff around the room</h2>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</section>
<section data-state="argonslide geomarkers" style="text-align: left;">
<h2>Planetary scale geographic AR</h2>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</section>
<section data-state="argonslide vuforia" style="text-align: left;">
<h2>Computer vision AR w/ Vuforia</h2>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</section>
<!-- Example of nested vertical slides -->
<section data-background="rgba(32, 32, 32, 1)">
<section data-background="rgba(32, 32, 32, 1)">
<h2>Added Argon to reveal.js Demo</h2>
<p>Add some new scripts up top</p>
<pre><code class="HTML" data-trim contenteditable>
<script src="resources/js/aframe.js"> </script>
<script src="resources/js/argon.js"> </script>
<script src="resources/js/argon-aframe.js"> </script>
</code></pre>
<p>Add a simple AFrame scene down below</p>
<pre><code class="HTML" data-trim contenteditable>
<ar-scene>
...
</ar-scene>
</code></pre>
<p>Adjust the CSS a bit, add some Javascript and we're off...</p>
</section>
<section data-background="rgba(32, 32, 32, 1)">
<h2>Simple Declarative 3D AR Content</h2>
<pre><code class="HTML" data-trim contenteditable>
<a-box position="0 3 -10" radius="0.25" color="gold"
rotation="0 0 45">
<a-animation attribute="rotation" from="0 0 45" to="0 360 45"
dur="1000" easing="ease-in-out"
repeat="indefinite">
</a-animation>
</a-box>
</code></pre>
<p>A-Frame markup to create a spinning gold diamond</p>
</section>
<section data-background="rgba(32, 32, 32, 1)">
<h2>Geospatial frames of reference</h2>
<pre><code class="HTML" data-trim contenteditable>
<ar-geopose id="GT" lla="-84.394539 33.772501" userotation="false">
<a-entity fixedsize="20" billboard>
<a-plane rotation="0 0 0" width="2.9" height="4" src="#buzzpin"
transparent="true" ></a-plane>
<a-entity css-object="div: #gtdiv" scale="0.02 0.02 0.02"
position="0 4 0"
showdistance="Tech Tower @ GT<br>Atlanta, GA, USA<br>It is ">
</a-entity>
</a-entity>
</ar-geopose>
</code></pre>
<p>A-Frame markup to put a pin at Georgia Tech</p>
</section>
<section data-background="rgba(32, 32, 32, 1)">
<h2>Simple Vuforia Setup and Use</h2>
<pre><code class="HTML" data-trim contenteditable>
<ar-scene vuforiakey="#vuforiakey"
vuforiadataset__stonesandchips="src:url(StonesAndChips.xml);">
<a-assets>
<a-asset-item id="vuforiakey" src="key.txt"></a-asset-item>
</a-assets>
<ar-frame id="frame" trackvisibility="true" visible="false"
parent="vuforia.stonesandchips.stones">
...
</ar-frame>
</ar-scene>
</code></pre>
<p>A-Frame markup to put content on a visual target</p>
</section>
</section>
<section data-background="rgba(32, 32, 32, 1)">
<h2>Approaching Democratization</h2>
<p>As AR technology appears in more web browsers, it will be</p>
<p><em>widely available</em></p>
<p><em>easy to use</em></p>
<p><em>easy to create</em></p>
<p><em>easy to share or publish</em></p>
<br>
<p>Pervasiveness lets people start asking the right questions!</p>
</section>
<section data-background="rgba(32, 32, 32, 1)">
<h2>When, How, If to use AR?</h2>
<p>When should you use AR? </p>
<p>What are good techniques for authoring? </p>
<p>What makes for effective UI, presentation, etc?</p>
<p>Relationship to VR? 360 video? Map mashups?</p>
</section>
<section>
<section data-background="rgba(32, 32, 32, 1)">
<h2>Web Ecosystem Offers Many Choices</h2>
<p>Many approaches to authoring</p>
<p>Suggests new ways of creating 3D</p>
<p>Foregrounds the need to mix 2D and 3D</p>
</section>
<section data-background="resources/textures/twine.png">
<h2>Twine</h2>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</section>
<section data-background="resources/textures/twine-page15.png">
<h2>3D AR Story Format</h2>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</section>
<section data-state="argonslide" data-background="transparent">
</section>
</section>
<section data-background="rgba(32, 32, 32, 1)">
<h2>Web + AR + VR</h2>
<p>Overwhelming amount of content tied to the world</p>
<p>When should you use AR? VR? 2D? Maps? </p>
<br>
<p>Should support all of them, <br>let users choose what to use when</p>
</section>
<section data-background="rgba(32, 32, 32, 1)" style="text-align: left;">
<h2>Thanks!</h2>
<p>See you soon from <a href="mailto:bmacintyre@mozilla.com">bmacintyre@mozilla.com</a>
</section>
<section data-background="rgba(32, 32, 32, 1)" style="text-align: left;">
<h2>Try it yourself</h2>
<p>
- Download Argon4 for iOS<br>
- <a href="https://argonjs.io">http://argonjs.io</a>: argon.js source code, samples & docs<br>
- <a href="https://aframe.io">http://aframe.io</a>: aframe.js source code, samples & docs</a><br>
- twine editor at <a href="http://twinery.org">http://twinery.org</a><br>
- reveal.js source code & docs on <a href="https://github.com/hakimel/reveal.js">hakimel's github</a>
</p>
<p>This presentation available at <a href="http://blairmacintyre.me/futurexlive">blairmacintyre.me/futurexlive</a> (source at <a href="http://github.com/blairmacintyre/futurexlive">http://github.com/blairmacintyre/futurexlive</a>)</p>
</section>
</div>
</div>
<div hidden>
<div id="gtdiv" class="label">Georgia Tech</div>
<div id="londondiv" class="label">Tower of London</div>
<div id="tokyodiv" class="label">Tokyo</div>
<div id="sydneydiv" class="label">Sydney Opera House</div>
<div id="londonpin" class="pin"><i class="fa fa-map-marker" aria-hidden="true"></i></div>
<div id="tokyopin" class="pin"><i class="fa fa-map-marker" aria-hidden="true"></i></div>
<div id="sydneypin" class="pin"><i class="fa fa-map-marker" aria-hidden="true"></i></div>
</div>
<ar-scene vuforiakey="#vuforiakey"
vuforiadataset__stonesandchips="src:url(resources/datasets/StonesAndChips.xml);">
<a-assets>
<img id="buzzpin" src="resources/textures/buzz-pin.png">
<a-asset-item id="vuforiakey" src="key.txt"></a-asset-item>
<a-mixin id="light" geometry="primitive: sphere; radius: 1.5"
material="color: #FFF; shader: flat"
light="color: #DDDDFF; distance: 120; intensity: 2; type: point">
</a-mixin>
<a-mixin id="torus-knot" geometry="primitive: torusKnot"
material="color: red"></a-mixin>
</a-assets>
<!-- attach to stones target. x/y in the plane, z up -->
<ar-frame id="frame" trackvisibility="true" visible="false" parent="vuforia.stonesandchips.stones" position="0 0 0" rotation="0 0 0">
<a-entity scale="0.003 0.003 0.003">
<a-entity id="stuff"></a-entity>
<!-- Lights. -->
<a-entity position="0 0 25">
<a-animation attribute="rotation" to="0 0 360"
repeat="indefinite" easing="linear" dur="4096">
</a-animation>
<a-entity mixin="light" position="15 0 0"></a-entity>
</a-entity>
<a-entity position="0 0 25">
<a-animation attribute="rotation" to="360 0 0"
repeat="indefinite" easing="linear" dur="4096">
</a-animation>
<a-entity mixin="light" position="0 0 25"></a-entity>
</a-entity>
</a-entity>
</ar-frame>
<ar-frame userotation=false parent="ar.user" id="arStuff" rotation="0 45 0" visible="false">
<a-box cursor-listener position="-7 0 -10" radius="0.25" color="gold" rotation="0 0 45">
<a-animation attribute="rotation" begin=200 from="0 0 45" to="0 360 45" dur="1000" easing="ease-in-out" repeat="indefinite"></a-animation>
</a-box>
<a-box cursor-listener position="-5 1 -10" radius="0.25" color="gold" rotation="0 0 45">
<a-animation attribute="rotation" begin=100 from="0 0 45" to="0 360 45" dur="1000" easing="ease-in-out" repeat="indefinite"></a-animation>
</a-box>
<a-box cursor-listener position="-2 -1 -10" radius="0.25" color="gold" rotation="0 0 45">
<a-animation attribute="rotation" begin=250 from="0 0 45" to="0 360 45" dur="1000" easing="ease-in-out" repeat="indefinite"></a-animation>
</a-box>
<a-box cursor-listener position="0 3 -10" radius="0.25" color="gold" rotation="0 0 45">
<a-animation attribute="rotation" begin=20 from="0 0 45" to="0 360 45" dur="1000" easing="ease-in-out" repeat="indefinite"></a-animation>
</a-box>
<a-box cursor-listener position="1 -0.5 -10" radius="0.25" color="gold" rotation="0 0 45">
<a-animation attribute="rotation" begin=180 from="0 0 45" to="0 360 45" dur="1000" easing="ease-in-out" repeat="indefinite"></a-animation>
</a-box>
<a-box cursor-listener position="2.5 1.5 -10" radius="0.25" color="gold" rotation="0 0 45">
<a-animation attribute="rotation" begin=60 from="0 0 45" to="0 360 45" dur="1000" easing="ease-in-out" repeat="indefinite"></a-animation>
</a-box>
<a-box cursor-listener position="3.5 -0.5 -10" radius="0.25" color="gold" rotation="0 0 45">
<a-animation attribute="rotation" begin=75 from="0 0 45" to="0 360 45" dur="1000" easing="ease-in-out" repeat="indefinite"></a-animation>
</a-box>
<a-box cursor-listener position="6 1.5 -10" radius="0.25" color="gold" rotation="0 0 45">
<a-animation attribute="rotation" begin=120 from="0 0 45" to="0 360 45" dur="1000" easing="ease-in-out" repeat="indefinite"></a-animation>
</a-box>
</ar-frame>
<ar-camera>
<a-entity id="myCursor" cursor="fuse:true; fuse-timeout: 1000"
position="0 0 -0.1"
geometry="primitive:ring; radiusInner: 0.001; radiusOuter: 0.0015"
material="color: #2E3A87; opacity:0.3;">
</a-entity>
</ar-camera>
<a-entity id="geo" visible="false">
<ar-geopose id="GT" lla="-84.394539 33.772501" userotation="false">
<a-entity fixedsize="20" billboard>
<a-plane rotation="0 0 0" width="2.9" height="4" src="#buzzpin" transparent="true" ></a-plane>
<a-entity css-object="div: #gtdiv" scale="0.02 0.02 0.02" position="0 4 0" showdistance="Tech Tower @ Georgia Tech<br>Atlanta, GA, USA<br>It is "></a-entity>
</a-entity>
</ar-geopose>
<ar-geopose id="London" lla="-0.076057 51.507953" userotation="false">
<a-entity fixedsize="20" billboard>
<a-entity css-object="div: #londonpin" scale="0.05 0.05 0.05" position="0 0 0"></a-entity>
<a-entity css-object="div: #londondiv" scale="0.02 0.02 0.02" position="0 3 0" showdistance="The Tower of London<br>London, England<br>It is "></a-entity>
</a-entity>
</ar-geopose>
<ar-geopose id="Sydney" lla="151.215286 -33.856900" userotation="false">
<a-entity fixedsize="20" billboard>
<a-entity css-object="div: #sydneypin" scale="0.05 0.05 0.05" position="0 0 0"></a-entity>
<a-entity css-object="div: #sydneydiv" scale="0.02 0.02 0.02" position="0 3 0" showdistance="Sydney Opera House<br>Sydney, Australia<br>It is "></a-entity>
</a-entity>
</ar-geopose>
<ar-geopose id="Tokyo" lla=" 139.752797 35.685138" userotation="false">
<a-entity fixedsize="20" billboard>
<a-entity css-object="div: #tokyopin" scale="0.05 0.05 0.05" position="0 0 0"></a-entity>
<a-entity css-object="div: #tokyodiv" scale="0.02 0.02 0.02" position="0 3 0" showdistance="Imperial Palace<br>Tokyo, Japan<br>It is "></a-entity>
</a-entity>
</ar-geopose>
</a-entity>
<a-light type=ambient color="#BBB"></a-light>
<a-light color="#fff" intensity=0.6 position="-0.5 1 1"></a-light>
</ar-scene>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: false,
progress: true,
history: true,
center: true,
overview: false,
transition: 'slide', // none/fade/slide/convex/concave/zoom
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true }
]
});
</script>
<script src="app.js"></script>
</body>
</html>