-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (31 loc) · 1.33 KB
/
Copy pathindex.html
File metadata and controls
33 lines (31 loc) · 1.33 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>4D Hypercube Javascript Toy | All Glory to the Hypnocube</title>
<link rel="stylesheet" type="text/css" href="stylesheets/styles.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="javascripts/jquery.mousewheel.js"></script>
<script type="text/javascript" src="javascripts/hypercube.js"></script>
<script type="text/javascript" src="javascripts/hypercube.shape.js"></script>
</head>
<body>
<canvas id="hypercube-canvas">
You are full and complete, but your browser sucks. Upgrade it if you want to witness the hypnocube
</canvas>
<div id="instructions">
<p>
Use the mouse to rotate in the first 3 dimensions. Use the mousewheel to zoom. Hold down Shift or Shift+Alt to
rotate into the 4th dimension.
</p>
<p>
The 3D space you're so sure exists is really just a construct of your mind invented to tame the infinite and
bewildering raw material of reality.
</p>
<p>
Forget everything you think you know, be still in the vastness, be present to what is real.
</p>
</div>
<a href="http://petemichaud.github.com/2013/01/11/frustration-and-hypercubes.html" id="link-back">« Back to PeteMichaud.github.com</a>
</body>
</html>