webxr
v0.0.0
Published
An entry point for WebXR tools.
Downloads
452
Maintainers
Readme
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>