Touching the Future

Designing Physical Experiences with the Web

Webconf.asia - Hong Kong, 2017

Dietrich Ayala / @dietrich / Mozilla.org

"One download for every one thousand web views."


Ryan Sheffer, Nobody Wants Your App.

PROGRESSIVE
WEB APPS
(AKA PWA)

Homescreen Native

Offline & Sync

Push Notifications

ACTIVE
ONBOARDING

PASSIVE
ONBOARDING

SPEECH

NOISE!

PATTERNS
& FLOW

➡️
  ➡️ URL
    ➡️ app

➡️
  ➡️ URL
    ➡️

➡️
  ➡️ URL
    ➡️ web app

➡️
  ➡️ URL
    ➡️ ...
      ➡️ ???

BUYING
STUFF

➡️
  ➡️ URL
    ➡️ Payment Request API
      ➡️ 💰💰💰

CASUAL
AUGMENTED
REALITY

CAMERA +
3D

CAMERA +
CONTROLS

CAMERA +
JAVASCRIPT +
3D

CAMERA +
JAVASCRIPT +
3D +
NOISE

getUserMedia()

      
        navigator.mediaDevices.getUserMedia({
           audio: true,
           video: true
        }).then(function (stream) {
          // do something with the stream
        })
      
    

A-Frame Example

      
        <a-scene>
          <a-sphere radius="1.25"></a-sphere>
          <a-box width="1" height="1" depth="1"></a-box>
          <a-cylinder radius="0.5" height="1.5"></a-cylinder>
          <a-plane rotation="-90 0 0" width="4" height="4"></a-plane>
        </a-scene>
      
    



Dietrich Ayala

@dietrich