/webxr-demo

A demonstration of using XR on the web

Primary LanguageJavaScriptMIT LicenseMIT

Augmented Reality in Javascript

A demonstration of using AR on the web

webxr

The Demo

Either clone the repo locally and run it (see below) or go to https://webxr-ia.netlify.app/ on your mobile device

Point your device at this marker:

Running locally

Clone this repo and install dependencies. Requires Node 14.16 (or run nvm use)

$ git clone https://github.com/beclamide/webxr-demo
$ yarn install

Run the development server with:

$ yarn serve