Skip to content

Latest commit

 

History

History
79 lines (71 loc) · 3.42 KB

README.md

File metadata and controls

79 lines (71 loc) · 3.42 KB

WebXR Polyfill for HoloWeb (WebXR Viewer)

This repo contains polyfill code that implements the WebXR Device API for use only in HoloKit WebXR Viewer.

It implements two modes under immersive-ar sessions:

  • Handheld AR (Monocular AR) using Phone Screen
  • Headworn AR (Stereoscopic AR) using HoloKit

Implementation

We did not base on the official implementation of WebXR polyfill. We rewrite the WebXR polyfill in TypeScript for strict type checking purpose.

This implementation of WebXR supports a number of features:

Reference