webcam-tracker

by Nate Beatty for IrisVR hackday on July 11, 2014

Developing

Third Party JS Libs

I am using a custom build of Modernizr with the following options:

  • HTML5
    • webworkers
  • Extra
    • html5shiv
    • Modernizr.load
    • Add CSS Classes
  • Non-core detects
    • getusermedia

Testing

Start a local server by running $ npm start and navigate to localhost:8080.

Generating CSS

I am using SASS and Compass to generate my CSS. Make sure you have the compass gem installed by following the installation instructions here. Do not edit anything in the CSS directory. Make all stylesheet edits in the SASS directory files and then generate the CSS by running:

$ compass compile

Watch the SASS directory for changes by running

$ compass watch