forked from WebGLSamples/WebGLSamples.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.html
More file actions
27 lines (24 loc) · 786 Bytes
/
README.html
File metadata and controls
27 lines (24 loc) · 786 Bytes
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
<html>
<head>
<title>WebGL Sync Server Notes</title>
<style>
BODY {
font-family: sans-serif;
}
PRE {
background-color: #ccc;
margin-left: 4em;
margin-right: 4em;
}
</style>
<body>
<h1>WebGL Samples</h1>
<p>These are various WebGL samples.</p>
<p>Many of them use the tdl library which can be found at
<a href="http://github.com/greggman/tdl">http://github.com/greggman/tdl</a>. </p>
<p>One of them, the Aquarium (aquarium/aquarium.html) can be run
synchronized across machines to form a multi-display simulation.
You can see an example at <a href="http://www.youtube.com/watch?v=64TcBiqmVko">http://www.youtube.com/watch?v=64TcBiqmVko</a></p>
<p>See <a href="aquarium/readme.html">aquarium/readme.html</a> for more information.</p>
</body>
</html>