Skip to content
/ ar2d Public

simple web app that can read QR codes and display 2D augmented reality

Notifications You must be signed in to change notification settings

monteslu/ar2d

Repository files navigation

Augmented Reality in 2D with QR codes

monteslu

Simple app to demonstrate Augmented Reality using 2D QR codes.

This app is up and running at: https://ar2d.surge.sh

Fire it up, and hold up a QR code to your webcam.

Native QR scanning

In order to use the new Shape Detection API as of Chrome 59 you'll need to enable a flag:

In chrome://flags enable Experimental Web Platform features

This demo will fallback to software detection of QR codes, provided your browser has webcam access at least.

If you're using a browser that doesn't have webcam support, then use a better browser :)

To build it locally:

npm install
npm run build

Run it

npm run start

View it

Then view the app: http://localhost:3012

About

simple web app that can read QR codes and display 2D augmented reality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages