The UPES AR Tour project aims to transform campus visits for prospective students and families using augmented reality (AR). Traditional tours can be tiring and inconvenient, but our AR experience offers an immersive, self-paced exploration of our university campus. Visitors can use smartphones or tablets to view the campus through AR, which overlays digital information onto the physical environment. As they explore, the AR app creates popups, indicating their respective schools and providing key details about the infrastructure. This innovative approach enhances the visitor experience by providing easy access to information without a physical guide. Utilizing Google's Geospatial Creator inside Unity Engine, we ensure precise placement of AR tags and anchors, offering a seamless and accurate augmented reality experience. The UPES AR Tour is designed to be engaging, informative, and convenient for all visitors.
- Create a fork on the repository
- Clone the forked repository
git clone <https://github.com/upes-open/OSoC24-UPES-AR-Tour.git>
- Open the cloned repository in your desired code editor (eg: VS Code, Zed, Sublime Text)
- Create a branch:
git checkout -b <your_username>
- Issues: Find the active issues in the issues tab.
- Comment on the issue, and get yourself assigned to it.
- Complete the issue and raise a Pull Request containing the issue number, eg:
Fixes #23
git add . git commit -m "<commit_message>" git push -u origin <branch_name>
- Wait for the code review and pull request merge.
- There are 3 level of toughness of the issues.
- Easy: The issues which are beginner level and easy to solve. (10 points)
- Medium: The issues which are intermediate level and a bit tricky to solve. (20 points)
- Advanced: The issues which are advanced level and includes advanced concept of the technology stack to solve. (30 points)
- Direct commit on
main
branch is restricted. Creating a branch is mandatory. - Pull request without the issue number will not be merged.
- Scores will be weekly declared on the OPEN's website and discord.
- All the discussion has to be performed on the Discord sever or GitHub.
- Raising and solving a self issue will not be considered as legit contribution. Read Innovation Center
If a contributor has to introduce a new feature that is not mentioned in the issues, the conrributor has to discuss the feature with the repository maintainer. The maintainer will raise the issue and assign it to the respective contributor.
In case of any problem, kindly reach out to us on our mail [email protected].
This project is under the OSoC'24. OSoC'24 is organized by OPEN Community, UPES. All the projects are open source with a copyleft license. Kindly go through the licensing terms thoroughly to avoid any issues in code distribution. LICENSE. Any violation of the licensing terms will lead to unavoidable consequences