-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
179 lines (170 loc) · 10.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Nik Lever, Mark Otto, Jacob Thornton, and Bootstrap contributors">
<title>EXO WebXR Stuff</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="css/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="css/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="css/favicon/favicon-16x16.png">
<link rel="manifest" href="css/favicon/site.webmanifest">
<link rel="mask-icon" href="css/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
@media screen and (max-width: 750px) {
iframe {
max-width: 100% !important;
width: auto !important;
height: auto !important;
}
}
</style>
<!-- Custom styles for this template -->
<link href="css/webxr.css" rel="stylesheet">
</head>
<body class="text-center">
<script src="https://kit.fontawesome.com/86f3d02ba1.js" crossorigin="anonymous"></script>
<header class="masthead mb-auto">
<div class="inner">
<h3 class="masthead-brand"><img src="css/favicon/favicon-32x32.png" />Nik's WebXR Stuff</h3>
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link active" href="#">Course</a>
<a class="nav-link" href="https://github.com/NikLever/CanvasUI">CanvasUI</a>
<a class="nav-link" href="https://threejs.org">ThreeJS</a>
</nav>
</div>
</header>
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<main role="main" class="inner cover">
<h1 class="cover-heading"> </h1>
<p class="lead">This page features my WebXR work and links</p>
<p class="lead">
<a href="https://developer.mozilla.org/en-US/docs/Web/API/WebXR_Device_API" class="btn btn-lg btn-secondary">Learn more</a>
</p>
</main>
<section>
<h3>Learn to create WebXR, AR and VR, experiences using Three.JS</h3>
<iframe width="560" height="315" src="https://www.youtube.com/embed/QuYmeeHlbAA" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h5>Course content links</h5>
<ul>
<li>lecture2_1  <a href="start/lecture2_1">start</a>  <a href="complete/lecture2_1">complete</a></li>
<li>lecture2_2  <a href="start/lecture2_2">start</a>  <a href="complete/lecture2_2">complete</a></li>
<li>lecture2_3  <a href="Earth_and_Moon/">complete</a></li>
<li>lecture2_4  <a href="start/lecture2_4">start</a>  <a href="complete/lecture2_4">complete</a></li>
<li>lecture2_5  <a href="start/lecture2_5">start</a>  <a href="complete/lecture2_5">complete</a></li>
<li>lecture2_6  <a href="start/lecture2_6">start</a>  <a href="complete/lecture2_6">complete</a></li>
<li>lecture3_1  <a href="start/lecture3_1">start</a>  <a href="complete/lecture3_1">complete</a></li>
<li>lecture3_2  <a href="start/lecture3_2">start</a>  <a href="complete/lecture3_2">complete</a></li>
<li>lecture3_3  <a href="start/lecture3_3">start</a>  <a href="complete/lecture3_3">complete</a></li>
<li>lecture3_4  <a href="start/lecture3_4">start</a>  <a href="complete/lecture3_4">complete</a></li>
<li>lecture3_5  <a href="start/lecture3_5">start</a>  <a href="complete/lecture3_5">complete</a></li>
<li>lecture3_6  <a href="start/lecture3_6">start</a>  <a href="complete/lecture3_6">complete</a></li>
<li>lecture3_7  <a href="start/lecture3_7">start</a>  <a href="complete/lecture3_7">complete</a></li>
<li>lecture3_8  <a href="start/lecture3_8">start</a>  <a href="complete/lecture3_8">complete</a></li>
<li>lecture3_9  <a href="start/lecture3_9">start</a>  <a href="complete/lecture3_9">complete</a></li>
<li>lecture3_10  <a href="start/lecture3_10">start</a>  <a href="complete/lecture3_10">complete</a></li>
<li>lecture3_11  <a href="start/lecture3_11">start</a>  <a href="complete/lecture3_11">complete</a></li>
<li>lecture3_12  <a href="start/lecture3_12">start</a>  <a href="complete/lecture3_12">complete</a></li>
<li>lecture3_13  <a href="start/lecture3_13">start</a>  <a href="complete/lecture3_13">complete</a></li>
<li>lecture4_4  <a href="start/lecture4_4">start</a>  <a href="complete/lecture4_4">complete</a></li>
<li>lecture5_3  <a href="complete/lecture5_3">complete</a></li>
<li>lecture6_1  <a href="start/lecture6_1">start</a>  <a href="complete/lecture6_1">complete</a></li>
<li>lecture6_2  <a href="start/lecture6_2">start</a>  <a href="complete/lecture6_2">complete</a></li>
<li>lecture6_3  <a href="start/lecture6_3">start</a>  <a href="complete/lecture6_3">complete</a></li>
<li>lecture6_4  <a href="start/lecture6_4">start</a>  <a href="complete/lecture6_4">complete</a></li>
<li>lecture7_1  <a href="start/lecture7_1">start</a>  <a href="complete/lecture7_1">complete</a></li>
<li>lecture7_2  <a href="start/lecture7_2">start</a>  <a href="complete/lecture7_2">complete</a></li>
<li>lecture7_3  <a href="start/lecture7_3">start</a>  <a href="complete/lecture7_3">complete</a></li>
<li>lecture8_1  <a href="start/lecture8_1">start</a>  <a href="complete/lecture8_1">complete</a></li>
<li>lecture8_2  <a href="start/lecture8_2">start</a>  <a href="complete/lecture8_2">complete</a></li>
<li>lecture8_3  <a href="start/lecture8_3">start</a>  <a href="complete/lecture8_3">complete</a></li>
<li>lecture9_3  <a href="start/lecture9_3">start</a>  <a href="complete/lecture9_3">complete</a></li>
</ul>
</section>
<section>
<h3>CanvasUI</h3>
Examples
<ul>
<li><a href="CanvasUI/simple">Hello World</a></li>
<li><a href="CanvasUI/panel">Header|Main|Footer</a></li>
<li><a href="CanvasUI/shaped">Custom shaped body</a></li>
<li><a href="CanvasUI/buttons">Buttons</a></li>
<li><a href="CanvasUI/scrolling">Scrolling</a></li>
<li><a href="CanvasUI/images">Images</a></li>
<li><a href="CanvasUI/keyboard">Keyboard</a></li>
</ul>
</section>
<section>
<h3>Dev</h3>
<ul>
<li><a href="dev/htmlmixer">HTML Mixer</a></li>
<li><a href="dev/vr-hands-input/">Hand tracking input - Oculus Quest only</a></li>
<li><a href="dev/vr-hands-simple/">Hand tracking simple - Oculus Quest only</a></li>
<li><a href="dev/RingProgressMesh/">RingProgressMesh</a></li>
<li><a href="dev/unproject/">Unproject</a></li>
<li><a href="dev/euler/">Euler</a></li>
<li><a href="dev/teleport/">TeleportMesh</a></li>
<li><a href="dev/example10/">Chair</a></li>
</ul>
</section>
<section>
<h3>Mozilla Examples - Only works in the iOS Viewer</h3>
<ul>
<li><a href="dev/mozilla-examples/hit_test">Example 1 - Mozilla Simple AR - only works in ios viewer app</a></li>
<li><a href="dev/mozilla-examples/sensing">Example 2 - Mozilla Detect World Geometry - only works in ios viewer app</a></li>
</ul>
</section>
<section>
<h3>Useful links</h3>
<ul>
<li><a href="https://three-mesh-ui.herokuapp.com/#basic_setup">three-mesh-ui</a></li>
<li><a href="https://immersive-web.github.io/webxr-samples/">WebXR Samples</a></li>
</ul>
</section>
<section>
<h3>Three.JS Examples</h3>
<ul>
<li><a href="https://threejs.org/examples/webxr_ar_cones.html">AR - Cones</a></li>
<li><a href="https://threejs.org/examples/webxr_ar_hittest.html">AR - HitTest</a></li>
<li><a href="https://threejs.org/examples/webxr_ar_paint.html">AR - Paint</a></li>
<li><a href="https://threejs.org/examples/webxr_vr_ballshooter.html">VR - Ball Shooter</a></li>
<li><a href="https://threejs.org/examples/webxr_vr_dragging.html">VR - Dragging</a></li>
<li><a href="https://threejs.org/examples/webxr_vr_panorama.html">VR - Panorama</a></li>
<li><a href="https://threejs.org/examples/webxr_vr_panorama_depth.html">VR - Panorama Depth</a></li>
<li><a href="https://threejs.org/examples/webxr_vr_paint.html">VR - Paint</a></li>
<li><a href="https://threejs.org/examples/webxr_vr_rollercoaster.html">VR - Rollercoaster</a></li>
<li><a href="https://threejs.org/examples/webxr_vr_sculpt.html">VR - Sculpt</a></li>
<li><a href="https://threejs.org/examples/webxr_vr_video.html">VR - Video</a></li>
<li><a href="https://threejs.org/examples/webxr_vr_handinput.html">VR - Hand Input</a></li>
<li><a href="https://threejs.org/examples/webxr_vr_handinput_cubes.html">VR - Hand Input - Cubes</a></li>
<li><a href="https://threejs.org/examples/webxr_vr_handinput_profiles.html">VR - Hand Input - Profiles</a></li>
</ul>
</section>
<br>
</div>
<footer class="mastfoot mt-auto">
<div class="inner">
<p><a href="mailto:[email protected]"><i class="fa fa-envelope"></i> Nik Lever</a> <a href="https://twitter.com/NikLever"><i class="fa fa-twitter"></i> @NikLever</a> <a href="https://www.facebook.com/groups/nikthreejs"><i class="fa fa-facebook-official"></i> </p>
</div>
</footer>
</body>
</html>