-
Notifications
You must be signed in to change notification settings - Fork 36
/
index.html
68 lines (55 loc) · 2.98 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
<!doctype html>
<html lang=en>
<head>
<title>Gestification Jaanga</title>
<meta charset=utf-8>
<meta name=author content='Theo Armour'>
</head>
<body>
<script src = http://js.leapmotion.com/0.3.0-beta2/leap.min.js ></script>
<script src = http://mrdoob.github.io/three.js/examples/js/Detector.js ></script>
<script src = http://mrdoob.github.io/three.js/build/three.min.js ></script>
<script src = http://mrdoob.github.io/three.js/examples/js/controls/TrackballControls.js > </script>
<script src = http://jaanga.github.io/libs/ado/r1/air-doodle.js ></script>
<script src=http://jaanga.github.io/libs/md/showdown.js >// https://github.com/coreyti/showdown</script>
<script src=http://jaanga.github.io/libs/db/r2/doc-browser.js ></script>
<div id=menu >
<h1><a href=../../index.html >Jaanga</a> » <a href="" >Gestification</a></h1>
<p><i><small>Apps for the Leap Motion device that may come in handy. ;-)<br>Do keep your fingers crossed...</small></i>
<p id=intro ><a href=JavaScript:DS.displayMarkdown("gestification-introduction.md",intro); >Gestification Overview</a>
<p id=rm ><a href=JavaScript:DS.displayMarkdown("readme.md",rm); >Gestification Read Me</a>
<p id=cp> <a href=JavaScript:DS.displayMarkdown("copyright-license-credits.md",cp) >License & Credits</a>
<p> new tab » <a href="https://github.com/jaanga/gestification/" target="_blank" title="On GitHub" >Source code</a></p>
<br>
<h3>Contents</h3>
<p id=cb ><a href=JavaScript:DS.displayMarkdown("cookbook/readme.md",cb); >View Cookbook Read Me</a></p>
<p> new tab » <a href=cookbook/index.html >Open Cookbook</a></p>
<br>
<p id=pr ><a href=JavaScript:DS.displayMarkdown("projects/readme.md",pr); >View Projects Read Me</a>
<p> new tab » <a href=projects/index.html >Open Projects</a>
</p>
<br>
<p id=et ><a href=JavaScript:DS.displayMarkdown("events-timely/readme.md",et); >View Events / Timely Read Me</a>
<p> new tab » <a href=events-timely/index.html >Open Events / Timely</a></p>
<br>
<p id=wh ><a href=JavaScript:DS.displayMarkdown("work-in-hand/readme.md",wh); >View Work-in-hand Read Me</a>
<p> new tab » <a href=work-in-hand/index.html >Open Work in Hand</a></p>
<br>
<br>
<h3>Updates</h3>
<p>2013-12-19 ~ New site up and running</p>
<p >2013-11-05 ~ The site was almost ready. TL;DR: Then it decided it needed to be much simpler. </p>
<p>2013-11-02 ~ Progress is being made. Fewer things are broken. Still not easy enough to understand...</p>
<!--
<p><br><i>2013-10-29: Gestification is currently under heavy construction right now. Many things are broken...</i>
<p><i>If you are having issues, the easiest DS is to visit the source code site:</i></p>
-->
</div>
<script>
DS.menu.innerHTML = menu.innerHTML;
menu.innerHTML = '';
DS.init( 'https://github.com/jaanga/gestification/blob/gh-pages/','gestification-introduction.md', intro );
ADO.init( 'models/ado/WrightFlyer-pb-jw.js' );
</script>
</body>
</html>