forked from n1ckfg/weird_reality
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (67 loc) · 3.47 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
69
70
71
72
73
74
75
76
77
78
79
<!doctype html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="http://fox-gieg.com/css/basicstyle2.css">
<link type="text/css" rel="stylesheet" href="./css/main.css">
<title>Nick Fox-Gieg | Art && Code 2016: Weird Reality</title>
</head>
<body>
<div id="container">
<div id="box" class="boxshadow"></div>
<div id="box">
<br>
<b><a href="http://fox-gieg.com/"><< fox-gieg.com</a> | <a href="https://public.etherpad-mozilla.org/p/nfg_wr">etherpad >></a></b><br><br>
<span><b>Nick Fox-Gieg | Art && Code 2016: Weird Reality<br><i><!--5B: -->Blank Canvas: WebVR for Unity Artists</i></b><br>
<b><a href="http://fox-gieg.com/wr">http://fox-gieg.com/wr</a></b><br><br>
STUDIO for Creative Inquiry, 3:45–4:45pm, Saturday, 8 oct 2016</span> * <a href="https://www.google.com/maps?f=q&t=h&ll=40.441544,-79.942907&spn=0.000833,0.001848&z=19">map</a><br>
<br>
<div style="margin-left:1em;">
<b>Workshop links:</b>
<ul>
<li><a href="https://github.com/n1ckfg/weird_reality">workshop repo</a></li>
<li><a href="https://github.com/n1ckfg/weird_reality/wiki">workshop wiki</a></li>
<li><a href="http://latk.es">Lightning Artist Toolkit</a> (polyfill + Vive)</li>
<li><a href="https://www.youtube.com/watch?v=kpR2VNqCVnY"><i>Glasfilm II</i></a></li>
<li><a href="https://www.youtube.com/watch?v=HK1XuWv4M3A"><i>Jenny in the Self-Checkout Line</i></a> (preview)</li>
</ul>
<b>Key tools:</b>
<ul>
<li><a href="https://threejs.org/">three.js</a></li>
<li><a href="https://nodejs.org/en/">node.js</a></li>
<li><a href="https://webvr.info/">a WebVR-enabled browser</a></li>
<!--
<ul>
<li></li>
</ul>
-->
</ul>
<b>Also useful:</b>
<ul>
<li><a href="https://github.com/Tonejs/Tone.js/releases">tone.js</a></li>
<li><a href="https://github.com/borismus/webvr-polyfill/releases">webvr-polyfill</a></li>
<li><a href="https://www.blender.org/">Blender</a></li>
</ul>
<b>Examples:</b>
<ul>
<li><a href="./demos/hello_world">Hello World</a> (polyfill)</li>
<li><a href="./demos/spritesheet">Spritesheet</a> (polyfill)</li>
<li><a href="./demos/stereo_video">Stereo Video</a> (polyfill)</li>
<li><a href="./demos/sync_sound">Sync Sound</a> (polyfill + Vive)</li>
</ul>
<b>More links:</b>
<ul>
<li><a href="https://vimeo.com/161246781">Setting up Blender</a></li>
<li><a href="https://github.com/Kupoman/blendergltf">Blender GLTF export</a> (GL Transmission Format)</li>
<li><a href="https://github.com/unity3d-jp/USDForUnity">Unity USD export</a> (Universal Scene Descriptor)</li>
<li><a href="https://www.assetstore.unity3d.com/en/#!/content/40550">Unity to Three.js exporter plugin</a> (paid)</li>
<li><a href="https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html">Old Chromium versions</a></li>
<li><a href="https://chrome.google.com/webstore/detail/webvr-api-emulation/gbdnpaebafagioggnhkacnaaahpiefil?hl=en">WebVR API Emulation Chrome extension</a> (does not work with polyfill)</li>
<li><a href="https://iswebvrready.org/">IsWebVRReady compatibility list</a></li>
<li><a href="https://webvr-slack.herokuapp.com/">WebVR Slack signup</a></li>
</ul>
</div>
<br>
</div>
</div>
</body>
</html>