-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (31 loc) · 2.14 KB
/
index.html
File metadata and controls
34 lines (31 loc) · 2.14 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
<html>
<head>
<title>Adjacent Reality</title>
<link rel="stylesheet" href="styles.css">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-143004-4']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div class="wrapper">
<h1>Adjacent Reality</h1>
<p>Adjacent Reality is on indefinite hold. The information below is mostly still relevant, and the source for the hardware and firmware will remain up on GitHub.</p>
<img src="images/rev3.jpg" alt="Revision 3" />
<p>Adjacent Reality is a riff on Stuart Kauffman's <a href="http://online.wsj.com/article/SB10001424052748703989304575503730101860838.html">adjacent possible</a>. We formed it to explore and make possible the realities slightly adjacent to our own, primarily through hacks and inventions that bridge the virtual and the real.</p>
<div id="youtube" align="center"><iframe width="853" height="480" src="http://www.youtube-nocookie.com/embed/CWdxOBrcRs8?rel=0" frameborder="0" allowfullscreen></iframe></div>
<p>In more grounded terms, we are building open source human computer interaction hardware and writing nifty software to go with it. Our first project is Tracker, a tiny, inexpensive, wirelessly interfaced inertial measurement unit, or motion/orientation tracker. The primary use case is virtual reality, but we are sure you can think of other fun ways to use it. We'll have more friendly documentation as the project gets closer to complete, but in the mean time, you can follow our progress on GitHub.</p>
<ul>
<li><a href="http://adjacentreality.org/NodeHardware/">Tracker Hardware</a></li>
<li><a href="http://adjacentreality.org/lufa-lib/">Tracker Firmware</a></li>
</ul>
<p>- <a href="mailto:nrp@eclecti.cc">Nirav Patel</a> [<a href="http://eclecti.cc">eclecti.cc</a>] and Donnie Cober [no online presence]</p>
</div>
</body>
</html>