-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
77 lines (69 loc) · 3.23 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<base data-ice="baseUrl">
<title data-ice="title">Home | hf-ui</title>
<link type="text/css" rel="stylesheet" href="css/style.css">
<link type="text/css" rel="stylesheet" href="css/prettify-tomorrow.css">
<script src="script/prettify/prettify.js"></script>
<script src="script/manual.js"></script>
<meta name="description" content="A User Interface kit for High Fidelity using the Overlay system."><meta property="twitter:card" content="summary"><meta property="twitter:title" content="hf-ui"><meta property="twitter:description" content="A User Interface kit for High Fidelity using the Overlay system."></head>
<body class="layout-container" data-ice="rootContainer">
<header>
<a href="./">Home</a>
<a href="identifiers.html">Reference</a>
<a href="source.html">Source</a>
<div class="search-box">
<span>
<img src="./image/search.png">
<span class="search-input-edge"></span><input class="search-input"><span class="search-input-edge"></span>
</span>
<ul class="search-result"></ul>
</div>
</header>
<nav class="navigation" data-ice="nav"><div>
<ul>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/Label.js~Label.html">Label</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-class">C</span><span data-ice="name"><span><a href="class/src/View.js~View.html">View</a></span></span></li>
<li data-ice="doc"><span data-ice="kind" class="kind-variable">V</span><span data-ice="name"><span><a href="variable/index.html#static-variable-animate">animate</a></span></span></li>
</ul>
</div>
</nav>
<div class="content" data-ice="content"><div data-ice="index" class="github-markdown"><h1 id="high-fidelity--user-interface-kit">High Fidelity: User Interface kit</h1><p>This is a collection of APIs to make it easier to create Overlays in <a href="https://highfidelity.com">High Fidelity</a>.</p>
<blockquote>
<p>NOTE: This package uses JavaScript features not natively available in High Fidelity,
so you'll need to webpack your script. See an example <a href="https://github.com/jjv360/HF-Starter">here</a>.</p>
</blockquote>
<h2 id="documentation">Documentation</h2><p>You can see the documentation <a href="./docs/index.html">here</a>.
An example script using this library can be seen <a href="https://github.com/jjv360/HF-Zone-Message">here</a>.</p>
<h2 id="features">Features</h2><ul>
<li>[x] View class</li>
<li>[ ] Animation</li>
<li>[x] Label<ul>
<li>[ ] Text wrapping</li>
</ul>
</li>
<li>[ ] Image</li>
<li>[ ] Button</li>
<li>[ ] Text field</li>
<li>[ ] Window<ul>
<li>[ ] Drag around</li>
<li>[ ] Window chrome (title, close button, etc)</li>
</ul>
</li>
</ul>
</div>
</div>
<footer class="footer">
Generated by <a href="https://esdoc.org">ESDoc<span data-ice="esdocVersion">(1.1.0)</span><img src="./image/esdoc-logo-mini-black.png"></a>
</footer>
<script src="script/search_index.js"></script>
<script src="script/search.js"></script>
<script src="script/pretty-print.js"></script>
<script src="script/inherited-summary.js"></script>
<script src="script/test-summary.js"></script>
<script src="script/inner-link.js"></script>
<script src="script/patch-for-local.js"></script>
</body>
</html>