14
The global leader in AUGMENTED REALITY. Crea0ng Augmented Reality Experiences using HTML5, CSS and JavaScript

Facebook and Wikitude creating experiences using HTML5

Embed Size (px)

DESCRIPTION

Presentation at http://www.mobile-monday.de/events/kick-ass-m2d2-developing-facebook-html5-mobile-games-apps

Citation preview

Page 1: Facebook and Wikitude creating experiences using HTML5

The  global  leader  in  AUGMENTED  REALITY.  

Crea0ng  Augmented  Reality  Experiences  using  HTML5,  CSS  and  JavaScript  

Page 2: Facebook and Wikitude creating experiences using HTML5

Augmented  Reality  (AR)  

Wikitude  World  Browser  ARchitect  

Page 3: Facebook and Wikitude creating experiences using HTML5

2  ways  to  use  Wikitude’s  AR  technology  

Publish  in  Wikitude   Create  your  own  AR  App  

or  

Page 4: Facebook and Wikitude creating experiences using HTML5

Simple  

Page 5: Facebook and Wikitude creating experiences using HTML5

Head-­‐Up  display  (HTML)  

<html>      <head>          <title>My  ARchitect  World</title>          <!-- Include the ARchitect library -->          <script src="architect://architect.js"></script>          <!-- Include the ARchitect Desktop Engine for desktop browser-->          <script type="text/javascript" src="../ade.js"></script>      </head>      <body>          <!--          HTML Body will be displayed on top of the Augmented Reality view.          A transparent background allows the AR content to be visible.          -->      </body>  </html>  

Page 6: Facebook and Wikitude creating experiences using HTML5

Head-­‐Up  display  (HTML)  -­‐  Examples  

Page 7: Facebook and Wikitude creating experiences using HTML5

GeoObject  

var  myCircle  =  new AR.Circle(2.0); var  myGeoLoca0on  =  new  AR.GeoLocation(47.457,13.789);  var  myGeoObject  =  new  AR.GeoObject( myGeoLoca0on,{drawables:  {cam:  myCircle}} );  

Page 8: Facebook and Wikitude creating experiences using HTML5

GeoObjects  -­‐  Example  

Page 9: Facebook and Wikitude creating experiences using HTML5

InteracJon  -­‐  Trigger  

Page 10: Facebook and Wikitude creating experiences using HTML5

InteracJon  –  Geofencing  Trigger  

Page 11: Facebook and Wikitude creating experiences using HTML5

AnimaJon  &  MulJmedia  

Page 12: Facebook and Wikitude creating experiences using HTML5

GeNng  Started  

•  ARchitect  Tools  (hTp://architect.wikitude.com)  

– Documenta0on  

– Examples  

– ARchitect  Mobile  Viewer  

Page 13: Facebook and Wikitude creating experiences using HTML5

Case  Study:  AR  Language  Guide    

Page 14: Facebook and Wikitude creating experiences using HTML5

Thank  you!  

Wolfgang  Damm,  Lead  So[ware  Architect  [email protected]  

hBp://developer.wikitude.com  [email protected]