X-Git-Url: https://git-public.kairo.at/?p=slides.git;a=blobdiff_plain;f=tsmeetup201809%2Findex.html;fp=tsmeetup201809%2Findex.html;h=e36f402f346c4e65d31d1c9773312195cce67c76;hp=0000000000000000000000000000000000000000;hb=1b4d668b7313974cf919d2385abc478c84f74988;hpb=229421f8cfe17d731eadfe5686154588b9c4509e diff --git a/tsmeetup201809/index.html b/tsmeetup201809/index.html new file mode 100755 index 0000000..e36f402 --- /dev/null +++ b/tsmeetup201809/index.html @@ -0,0 +1,189 @@ + + + + + + VR Map - OpenStreetMap goes WebVR + + + + + + + + + + +
+

Table of Contents

+

VR Map: Using OpenStreetMap Data in WebVR

+ +
+

The following slides are available in this presentation:

+
+
    +
+
+ +
+

VR Map: Using OpenStreetMap Data in WebVR

+

Simple GeoData Visualization with A-Frame

+ +
+Robert Kaiser, +"KaiRo" <kairo@kairo.at> +
Mozilla Tech Speaker +
+ +
+

Slides: + https://slides.kairo.at/tsmeetup201809/

+
+
    +
  • Created for a presentation at the Mozilla Tech Speakers Meetup 2018 in Paris.
  • +
  • Written in HTML 5 with CSS 3 and JavaScript.
  • +
  • Navigation via links on all slides, via access keys + (e.g. "n"/Alt+Shift+N for "next") or back/forward arrow keys
  • +
  • Contents
  • +
  • Lizenziert unter CC-BY-SA, + 09/2018 Robert Kaiser - + "Mozilla", "Firefox" and their logos are + trademarks + of Mozilla Foundation.
  • +
+
+
+
+ +
+

WebVR & WebXR

+ +
+VR headset user + +

+
+
+ +
+

VR Map

+ +
+VR Map in 2D + +

+
+
+ +
+

Code Basics

+ +
+VR Headset user with Mozilla logos + +

+
+
+ +
+

A-Frame - XR Made Simple

+ +
+A-Frame - aframe-io +Example: +
+<a-scene>
+  <a-sphere position="0 1.25 -1" radius="1.25" color="#EF2D5E"></a-sphere>
+  <a-cube position="-1 0.5 1" rotation="0 0 0" …>
+    <a-animation attribute="rotation" … to="0 360 0"></a-animation>
+  </a-cube>
+  <a-cylinder position="1 0.75 1" …></a-cylinder>
+  <a-plane …></a-plane>
+  <a-sky color="#ECECEC"></a-sky>
+</a-scene>
+
+

edit/view +- More at aframe.io +

+
+
+ +
+

Code Details

+ +
+VR Headset user with Mozilla logos + +

+
+
+ +
+

vrmap.kairo.at

+ +
+VR Map in 2D +
+
+ +
+ +
+

Questions?

+

vrmap.kairo.at

+

github.com/KaiRo-at/vrmap

+VR Map in 2D +
+
+ + +