Andrzej Mazur • @end3r • Enclave Games
Academy of Fine Arts in Warsaw, Poland, October 27th 2017
View Master (1939)
Project Headsight (1961)
Tron (1982), Star Trek (1987), Matrix (1999)
Sega Genesis (1991)
Virtua Racing (1993)
Norvegian Army (2014)
Browser APIs that enable WebGL rendering to headsets and access to VR sensors.
Power of the Web
Editor's Draft
more info: mozvr.com, webvr.info.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>A-Frame demo - cube</title>
<script src="aframe.min.js"></script>
</head>
<body>
<a-scene>
<a-cube color="#0095DD" position="0 1 0" rotation="20 40 0"></a-cube>
</a-scene>
</body>
</html>
Ctrl + Alt + i
Keyboard and mouse, Leap Motion, Gamepad API, Device Orientation...
Framerate, camera, horizon... nose?
Give reasons to look around.
You have to be "inside".
Find out how millions of people will use it.