0.0.0 • Published 6 years ago

webxr v0.0.0

Weekly downloads
6
License
CC0-1.0
Repository
github
Last release
6 years ago

webxr

An entry point for WebXR tools.

Packages

First, ensure you have Node.js installed.

webxr-cli

A command-line tool for creating, testing, and deploying WebXR projects.

Usage

To install the CLI tool:

npm install -g webxr-cli

To use:

webxr

webxr-agent

A drop-in JavaScript helper library to handle the user interface and logic for the presentation and navigation of WebXR sites.

Usage

See the GitHub project for the WebXR Agent.

To include it in your site, simply include this snippet of code in your HTML (ideally, immediately before the </head> or before </body>):

<script src="https://agent.webvr.rocks/client.js" async defer></script>

License

CC0-1.0