Last updated:
0 purchases
Visualize your favorite furniture in your home and discover the perfect match for your interiors using the power of Augmented Reality (AR). This application leverages ARCore and supports GLTF2 models to bring furniture visualization to life. Enhance your home decor planning with a seamless and interactive AR experience
Clone the Repository
bash
Copy code
git clone https://github.com/username/ARFurnitureVisualizer.git cd ARFurnitureVisualizer
2. Set Up the Development Environment
3. Add ARCore and GLTF2 Dependencies
Update build.gradle
to include the necessary dependencies:
groovy
Copy code
implementation 'com.google.ar:core:1.33.0' implementation 'org.gltfparser:library:1.0'
4. Run the Application
5. Using the Application
6. Customization
To add new furniture models, place your .gltf
files in the designated assets/models
directory and update the model loading logic.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.