-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
45 lines (41 loc) · 1.77 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
<html>
<head>
<meta charset="utf-8">
<link href="style.css" rel="stylesheet">
<title>WebXR Tools | DIDSR</title>
</head>
<body>
<h1>WebXR Test Patterns by DIDSR</h1>
<ul id="menu">
<!--<li>
<a href="./TCA/"><img src="Images/tca-menu.jpg">
<div class="title">TCA Test</div>
<div class="description">Test for Transverse Chromatic Aberration in immersive mode.</div>
</a>
<a class="instructions" href="https://github.com/DIDSR/WebXR-tools/tree/main/TCA"
title="See instructions">?</a>
</li>-->
<li>
<a href="./Custom/index.html"><img src="Images/patternGenerator.PNG">
<div class="title">Custom Pattern Creator</div>
<div class="description">Tool that allows for creation of patterns on WebXR. Scenes can be
saved and shared.
</div>
</a>
<a class="instructions" href="https://didsr.github.io/WebXR-tools/Custom/doc/"
title="See instructions">?</a>
</li>
<li>
<a href="./Compatibility/index.html"><img src="Images/compatibility_in_action.png">
<div class="title">Compatibility test</div>
<div class="description">Tool that allows to test the compatibility of an XR device with WebXR.
</div>
</a>
<a class="instructions" href="https://github.com/DIDSR/WebXR-tools/tree/main/Compatibility"
title="See instructions">?</a>
</li>
</ul>
<div id="authors">Developed by Brendan Collins for <a href="https://github.com/DIDSR">DIDSR</a>. <a
href="https://github.com/DIDSR/WebXR-tools">See on GitHub</a>.</div>
</body>
</html>