Skip to content

younglee-choi/location-based-ar-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: https://younglee-Choe.github.io/location-based-ar-tutorial/

Live URL (i.e. for dynamic-places folder): https://younglee-Choe.github.io/location-based-ar-tutorial/dynamic-places

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

About

A Location Based AR Tutorial using AR.js v2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 49.6%
  • JavaScript 44.6%
  • CSS 5.8%