yorkie / location-based-ar-tutorial

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! 🌍

Live URL (i.e. for v3 folder): https://nicolocarpignoli.github.io/location-based-ar-tutorial/v3

About

A Location Based AR Tutorial using AR.js v2

License:MIT License


Languages

Language:HTML 51.9%Language:JavaScript 42.5%Language:CSS 5.6%