Virtual Reality and the Future of the Web.

Convert to Slide Deck

Length: 45 minutes

@lady_ada_king @samsunginternet

Building immersive media into the web platform

Set the environment

// First, check if the API is available
if ('SamsungChangeSky' in window) {
  // Set the spherical panorama image
  window.SamsungChangeSky({ sphere: 'http://site.com/panorama.jpg' });
}

Immersive Video

<video src="/360.webm" type="video/webm; dimension=360-lr;"></video>

Try it out for yourself:

http://o.ada.is/simple-vr

Where is it supported

supported

Head Tracking Demo

WebGL

WebAudio

Libraries

Realtime Data

Speech APIs

http://o.ada.is/vrdemo1

WebVR Copresence with WebRTC by Boris Smus

WebVR isn't just a way to distribute VR content.

VR brings a new way to think about the web.

The web brings a new way to think about VR.

Works across devices

until there is enough content that people are regularly browsing in a headset

People probably won’t have a head set to hand

Need to support cardboard and gearvr as well as htc vive and occulus rift

Supporting user interactions.

Different modes of user input.

Some cool uses

Immersive Movies

Shopping

Education

Social

https://metaverse.samsunginter.net

http://o.ada.is/vrtogether

How to get involved in Standards to influence the future of VR

These discussions are happening today!

If anything in this talk has interested you then please get involved.

If you start now you will be able to shape the next medium of the web

I don’t know about you guys but I am pretty excited for our VR future.

Get involved in standards

https://www.w3.org/community/webvr/

https://github.com/w3c/webvr

Please give feedback on this talk so we can learn and improve!

http://o.ada.is/css-day

@samsunginternet