Back to Chromium

WebXR Blink Module

third_party/blink/renderer/modules/xr/README.md

151.0.7916.12.3 KB
Original Source

WebXR Blink Module

For a more thorough/high level overview of the entire WebXR stack, please refer to components/webxr

The WebXR API enables Virtual Reality (VR) and Augmented Reality (AR) features on the Web.

WebXR and its associated modules are developed by the Immersive Web W3C Working Group and Community Group.

This Blink module implements the "core" WebXR Device API, as well as the following WebXR modules:

The Blink implementation communicates with the browser process using the VRService Mojo interface. The browser process (implemented in content/browser/xr/) then coordinates with the low-level device runtimes (implemented in device/vr/) to support the WebXR features.