An Interior decor AR app. The app incorporates AR to help the user select from a collection of furniture and tiles and to see how the real selected object would look in the surroundings.
- Unity3d
- AR Core
- C#
- Have a more diverse range of furniture and other decor items.
- Include a display card for the furniture items. 3.Have a smoother interface and better UI.
- Better tile detection system.
- Work upon the rotation and scaling of the objects.
If you have found an issue that you can solve, follow these steps to create a pull request.
- Fork this repository.
- Make a new branch and give it a name related to your issue. (Make sure that the branch you are creating should be from main branch)
- Use git checkout to shift to that new branch and now work on it and add your files that will solve the issue.
- Once you've added the files, do use the git add command, and commit the files.
- Now push these files(in your branch).
- Go to github's website and open the forked repo.
- Select the new branch that you created from the dropdown menu of branch.
- Make a pull request and don't forget to mention the issue in the description of your pull request.
Happy Contributing!