The app's purpose is to create an immersive-ar session using WebXR, Three.js and VueJs so that users can drop models into a scene. The user is also able to rotate models or deleting it.
- Clone the repo:
git@github.com:fernfalcnico/immersive-ar-app.git - Install dependencies:
npm install - You can compile assets inside the workbench:
npm run dev - To continuously watch for file changes:
npm run watch
Here's my blog post for detail explaination on how to build an Immersive-ar web based app using WebXR Device API: https://lightit.io/blog/immersive-ar-web-application/
