Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 883 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 883 Bytes

Location based AR Demo

Built on top of AR.js v2, to test the location based augemented reality functionality using web browsers.

Behind the scenes

  • Ar.js - Augmented Reality for web apps
  • Tutorial - Build your Location-Based Augmented Reality Web App

Setup

Clone the repo on your machine, and update js/script.js based on your preferences, details below;

Function Details
loadPlaces() Change method constant to static or api. API is used if you want to get nearest places automatically, if static is used then places defined in loadPlaceStatic will be picked
loadPlaceStatic() If you are using static places option then add the places here, in the PLACES constant