WebVR

O realístico mundo do WebVR com A-Frame

Eu

Bruno Lima

  • Front-end Developer @ CESAR
  • Mozillian
  • NodeBots Recife

VR

Virtual Reality

[Realidade Virtual]

Stanley G. Weinbaum

Pygmalion's Spectacles, 1935

30's

60's

Morton Heilig

Sensorama, 1962

90's

Virtual Boy

?

WebVR

MozVR

A-Frame

Instalando

						
https://aframe.io/releases/0.2.0/aframe.min.js

$ npm install aframe
					
				

Hello World

						

  

					
				
						
<!doctype html>
<html>
  <head>
    <script src="https://aframe.io/releases/0.2.0/aframe.min.js"></script>
  </head>
  <body>
    <a-scene>
      <a-box color="#cccccc" width="2" height="2" depth="2"></a-box>
    </a-scene>
  </body>
</html>
						
					

Controles

						

  
  
  
  
  
  
  
  
  

						
					

360˚

						

	

						
					

http://bit.ly/jsdaycg360

Mais detalhes

#FEMUGPE

#WebVR #MozVR


Obrigado! :metal:

#WebVR

#MozVR