An introduction to augmented reality
According to Wikipedia, "Augmented reality (AR) is an interactive experience of a real-world environment where the objects that reside in the real world are enhanced by computer-generated
perceptual information, sometimes across multiple sensory modalities."
Augmented reality can provide an interesting experience for consumers, so as application to help you decide which furniture to choose for your room:
https://play.google.com/store/apps/details?id=com.inter_ikea.place&hl=en_US
Talking about Augmented Reality without experiencing does not really make sense, that's why in this course, we will talk about an accessible and open source technology named AR.js. AR.js is an Open Source technology released under the MIT license. It works in JavaScript and allows you to easily start with Augmented Reality.
Source of the project: https://github.com/jeromeetienne/AR.js/blob/master/README.md#Augmented-Website
Great tutorial to get started: https://medium.com/arjs/augmented-reality-in-10-lines-of-html-4e193ea9fdbf
List of a elements: https://aframe.io/docs/1.0.0/primitives/a-cylinder.html
Let's see one example with AR.js and https://medium.com/arjs/augmented-reality-in-10-lines-of-html-4e193ea9fdbf