urandombg / lpr

A Location Based AR Tutorial using AR.js v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Location Based AR Tutorial - AR.js v2.0.x

These three, basic projects are used on this tutorial about Location Based Augmented Reality on the Web, using AR.js v2.0.x.

  • dynamic-places: places are added with remote APIs fetch, using Foursquare APIs. Need configuration (client id and client secret)

  • static-on-html: places are added using a static array via script: you have to manually insert valid gps coordinates in order to see places near you

  • only-html: add one (ore more) place using only a single HTML file. Needs manual addition of valid coordinates.

Have fun! 🌍

About

A Location Based AR Tutorial using AR.js v2

License:MIT License


Languages

Language:JavaScript 53.6%Language:HTML 39.4%Language:CSS 7.0%