Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.33 KB

CHANGELOG.md

File metadata and controls

28 lines (21 loc) · 1.33 KB

1.0.1-dev - Current

  • Added logo by @tentone - AR.js logo
  • Added a-frame logo in AR - aframe-logo.html
  • added a npm package - npm install ar.js
  • added a profile discovery. It helps choose the performance tradeoff which fit your case - profile
  • fixed artoolkit projection matrix to be more webgl - projection matrix
    • it was looking to positive-z and y was upside down compared to the usual webgl one

1.0.0 - AR.js has landed

  • Fixed the resize issue in a-frame!
  • Performance improvement of image copy time by 40%!!!
    • massive improvement in the pose detection time
    • so maxDetectionRate can go way up
  • Improved documentations

0.9.0 - Initial Release

I worked a lot on WebAR. But i recently reached 60fps on mobile phones. so i think WebAR is now ready to be released :)

I will keep the usual branch model

  • stable release on master branch
  • current release on dev branch
  • features in progress on their own branch