Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.22 KB

File metadata and controls

18 lines (16 loc) · 1.22 KB

@ZoltanVeres sent a long list of possible actions to help AR.js. We need to sort out the list and get started on it :)

TODO

  • add the caniuse embed for AR.js compatibility to reduce the 'Does ar.js works on X'
    • getUserMedia for the webcan
    • WebGL for webgl - It is supported everywhere tho... im not sure we need to full embed view. Maybe just a link.
    • This embed requires to have an actual web page, not possible with markdown on github
  • arjs.org is the official domain for ar.js - move content there
  • arjs-cli: have a standalone client for scaffoldin
    • twitter thread about it
    • yeoman is a generic configurable tool maintained by google - http://yeoman.io/
    • vuejs client - seems coded as standalone https://github.com/vuejs/vue-cli
    • i like yeoman which make it rather simple to create all options - we do less
    • i like the npm install -g arjs-cli - maybe to handle that and to have yeoman in the back ? thus arjs-cli API remains constant even if we move on another backend (not yeoman)

DONE