-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (19 loc) · 807 Bytes
/
index.html
File metadata and controls
20 lines (19 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<title>tagspace: a tags visualization widget</title>
</head>
<body id="body" style="background: #222; color: white;">
<h3>tagspace: a tags visualization widget</h3>
<p>Click on a star (ie. a tag) to select it.
Then press the enter key to reset the system.<br />
When the star is selected and centered, planets
(ie. articles) will start orbiting it.<br />
Click on an orbit to visit the article page.<p>
<p><i>Internet Explorer doesn't support the technologies used for this experiment</i></p>
<canvas id="tagspace" width="960" height="520">... void ...</canvas>
<canvas id="hcanvas" width="1" height="1">... void ...</canvas>
<script src="RequestAnimationFrame.js"></script>
<script src="Stats.js"></script>
<script src="tagspace.js"></script>
</body>
</html>