Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

182 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An augmented reality project intended to push the capabilities of HTML5 & Javascript.

Live Demo Link

Get started

In order to run this project locally, you must run a localserver. You can do this by running a node server in the command line after navigating to the folder directory using:

Paste the below code into the command line:

node index.js

Folder Structure

This document will map out the location of each file on the project and it's purpose.

js

  • model.js - This file interacts with the database and pulls information from the database(currently google spreadsheets - https://developers.google.com/google-apps/spreadsheets/ )
  • scripts.js - The core functionality of the application, pulls in information from the model and required plugins.
  • cookies.js - user sessions
  • map.js - Google map styling
  • notify.js - noty code calls & user notifcations
  • Three.js - dependency for loading webgl - https://threejs.org/
  • OBJLoader.js - loads obj files
  • OrbitControls.js - handles the webgl 3d rotation for obj
  • animatedModal.js - handles the modal code/webgl related code
  • Detector.js - webgl related code

noty

  • Jquery plugin - http://ned.im/noty/
  • Plugin used to send notifications
  • jquery dependency is held here

sounds

  • Houses the applications sounds

nosleep

  • git.io/vfn01
  • keeps the application from shutting during use

obj

  • application models are held here

img

  • images

css

  • styling

About

Augmented reality scavenger hunt application

Topics

Resources

Stars

4 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages