Skip to content

Latest commit

 

History

History
68 lines (59 loc) · 2.75 KB

README.md

File metadata and controls

68 lines (59 loc) · 2.75 KB

WebXR Polyfill for HoloKit 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)
  • 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:

HoloKitDevice

Reference