Bringing Virtual Reality to the Web
FIREFOX STUDENT AMBASSADOR (FSA)
Mozilla Campus Club
LOCAL COMMUNITY MEMBER (MOZILLIAN)
MOZILLA REPRESENTATIVES (ReMo)
REPS MENTORS
COUNCIL
Gatekeepers
Installs
Closed
An open virtual reality platform with the advantages of the Web
Open
Connected
Instant
Standard browser APIs that enable WebGL rendering to headsets and access to VR sensors. https://w3c.github.io/webvr/
Firefox
Nightly
Chromium (Experimental)
Samsung Internet
Mobile Polyfill
A web framework for building virtual reality experiences with HTML
Gatekeepers
Installs
Closed
<html>
<head>
<script src="https://aframe.io/releases/0.7.0/aframe.min.js"></script>
</head>
<body>
<a-scene>
</a-scene>
</body>
</html>
Gatekeepers
Installs
Closed
<html>
<head>
<script src="https://aframe.io/releases/0.7.0/aframe.min.js"></script>
</head>
<body>
<a-scene>
<a-box position="-1 0.5 -3" rotation="0 45 0" color="#4CC3D9"></a-box>
<a-sphere position="0 1.25 -5" radius="1.25" color="#EF2D5E"></a-sphere>
<a-cylinder position="1 0.75 -3" radius="0.5" height="1.5" color="#FFC65D"></a-cylinder>
<a-plane position="0 0 -4" rotation="-90 0 0" width="4" height="4" color="#7BC8A4"></a-plane>
<a-sky color="#ECECEC"></a-sky>
</a-scene>
</body>
</html>
Gatekeepers
Installs
Closed
Gatekeepers
Installs
Closed
Gatekeepers
Installs
Closed
d3.js
vue.js
React & Redux
Gatekeepers
Installs
Closed
MagicaVoxel
Blender
Maya
Gatekeepers
Installs
Closed
Gatekeepers
Installs
Closed
<a-entity></a-entity>
<a-entity geometry="primitive: plane; height: 10000; width: 10000"
rotation="-90 0 0">