-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.18 KB
/
Copy pathindex.html
File metadata and controls
25 lines (25 loc) · 1.18 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
<html>
<head>
<meta name="viewport" content="width=device-width" />
<title>rainbow</title>
</head>
<body>
<h1>rainbow</h1>
<div>
<ol>
<li><a href="demos/getting_started.html">getting started</a> shows the basics of using Rainbow</li>
<li><a href="demos/intro_rainbow.html">intro to rainbow</a> dives into how surface reconstruction
would work and the "right" way of builds apps would be.</li>
<li><a href="demos/hello_physics.html">hello physics</a> shows how to enable physics and create
simple scenes</li>
<li><a href="demos/intro_animation.html">intro to animation</a> shows how to create basic property
tweening animations</li>
<li><a href="demos/controls.html">controls</a> shows a basic control model</li>
<li><a href="demos/extrude_graph.html">extrude graphs</a> shows how we can build data visualizations using extruded 3D</li>
<li><a href="demos/load_mesh.html">load mesh</a> shows how to load a scene from a file (only works when hosted in a web server)</li>
</ol>
</div>
<hr />
<a href="tests/index.html">unit tests</a>
</body>
</html>