- 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
- 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
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