-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (58 loc) · 2.09 KB
/
Copy pathindex.html
File metadata and controls
76 lines (58 loc) · 2.09 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
<!DOCTYPE html>
<html>
<head>
<!--
* Copyright © 2016 Aeneas Kaiser, Andrea Bianco.
* This file is part of rti.js.
* rti.js is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published
* by the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* rti.js is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU Affero General Public License for more details.
* You should have received a copy of the GNU Affero General Public
* License along with rti.js. If not, see <http://www.gnu.org/licenses/>.
-->
<meta charset="utf-8">
<title>rti.js</title>
</head>
<body>
<h1> Apps </h1>
<div>
<h2> simpleViewer </h2>
A small example application showing the minimal setup for integrating WebPTMs into a custom website by using the rti.js library.
<br>
<a href="Apps/simpleViewer/simpleViewer.html"> simpleViewer </a>
</div>
<div>
<h2> Digital Materiality Viewer (DMViewer) </h2>
A more feature rich web application for interacting with WebPTMs, showcasing the capabilities of the rti.js library.
<br>
<a href="Apps/DMViewer/DMViewer.html"> DMViewer </a>
<br>
<a href="Apps/DMViewer/doc/htmlDocumentation/index.html"> Developer Documentation </a>
</div>
<br>
<h1> rti.js Library </h1>
<div>
<a href="Library/doc/htmlDocumentationAPI/index.html"> rti.js API Documentation </a>
<br>
HTML documentation of the rti.js library API for developers who use the library in their own projects.
</div>
<br>
<div>
<a href="Library/doc/htmlDocumentationInternal/index.html"> rti.js Internal Developer Documentation </a>
<br>
HTML documentation of the rti.js library source code for developers of the library itself.
</div>
<br>
<h1> Tools </h1>
<div>
<a href="tools/motionTest/motionTest.html"> motionTest </a>
<br>
Testing support for motion/orientation sensors.
</div>
</body>
</html>