-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (63 loc) · 2.64 KB
/
index.html
File metadata and controls
69 lines (63 loc) · 2.64 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
<html>
<head>
<title>NativeWebKit.js</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css"
/>
</head>
<style>
.github-fork-ribbon:before {
background-color: #333;
}
footer {
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
padding-bottom: 1rem;
z-index: -1;
}
</style>
<body>
<a
class="github-fork-ribbon"
href="https://github.com/zakaton/NativeWebKit.js"
data-ribbon="View on GitHub"
title="View on GitHub"
target="_blank"
>View on GitHub</a
>
<h1>NativeWebKit.js</h1>
<h2>Examples</h2>
<h3>Headphone Motion Manager</h3>
<ul>
<li><a href="examples/headphone-motion/data/">data</a></li>
<li><a href="examples/headphone-motion/head-tracking/">head tracking (A-Frame)</a></li>
<li><a href="examples/headphone-motion/parallax/">parallax (A-Frame)</a></li>
</ul>
<h3>AR Session</h3>
<ul>
<li><a href="examples/ar-session/data/">data</a></li>
<li><a href="examples/ar-session/visualization/">visualization (A-Frame)</a></li>
<li><a href="examples/ar-session/world-tracking/">world tracking (A-Frame)</a></li>
<li><a href="examples/ar-session/face-blendshapes/">face blendshapes (A-Frame)</a></li>
<li><a href="examples/ar-session/face-geometry/">face geometry (A-Frame)</a></li>
<li><a href="examples/ar-session/eye-tracking/">eye tracking (A-Frame)</a></li>
<li><a href="examples/ar-session/world-gaze/">world gaze (A-Frame)</a></li>
<li><a href="examples/ar-session/window/">window (A-Frame)</a></li>
<li><a href="examples/ar-session/parallax/">parallax (A-Frame)</a></li>
<li><a href="examples/ar-session/body-tracking/">body tracking (A-Frame)</a></li>
</ul>
<h3>Core Blueooth Central Manager</h3>
<ul>
<li><a href="examples/core-bluetooth-central/data">data</a></li>
<li><a href="examples/core-bluetooth-central/decent-scale/">decent scale</a></li>
</ul>
<footer>
<small>Created by <a href="https://github.com/zakaton" target="_blank">Zack Qattan</a></small>
</footer>
</body>
</html>