Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 745 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 745 Bytes

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