Generated using [email protected]
It's a collection of demos that showcases the use of markers and markerless augmented reality. It utilises A-Frame and AR.js to display AR on mobile devices.
This project uses Gulp to run automated tasks for development and production builds. The tasks are as follows:
gulp --production
: Same as gulp serve --production
gulp serve
: Compiles preprocessors and boots up development server
gulp serve --open
: Same as gulp serve
but will also open up site/app in your default browser
_models
: contains all the models used for markerless and markered AR.
_patterns
: contains the patterns that will be used for recognising the markers. Use AR.js Marker Training for creating markers and images. Set Pattern ratio to 0.60 (its what this demo is set to recognise).