You can read the medium post to get started
This repository contains working code for Glimpse. You can find the app on Google Playstore and take it for a test drive. The app can be used to have a look at 3D models of furniture or other home appliances. It's a fully functional app with following features:
- Complete phone based authentication workflow based on Firebase authentication
- Sceneform for showing 3D models in augmented reality
- Ability to change size of 3d models
- Adding or removing multiple models
- Scalability: Adding 3d models from database in realtime
- Firebase backend integration for realtime DB
- Crashalytics support
Note: The app won't work on the emulator because of phone based sign in
- Open the project in Android Studio and Build
- By Default it'll use our own firebase DB for login
- Login and select a store
- Select a product
- Now move you phone side to side with camera facing a plane
- Tap on the plane to place the product
- Replacing the Database:
- With Firebase: replace
app/google-services.json
with the one generated with your own firebase project - With Some other DB: You'll need to make changes wherever Firebase client is being called, for example getting the stores, getting products within a store etc
- With Firebase: replace
- Using my own models: integrate your own database and upload your models there