Skip to content

Commit 60a89b6

Browse files
committed
doc: added readme
1 parent b5f0675 commit 60a89b6

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# IRIS-Viz Meta Quest 3
2+
3+
## Overview
4+
5+
This repository contains the Unity project for the IRIS-Viz Meta Quest 3 application. It is built using Unity's Universal Render Pipeline (URP) and is configured for XR development on the Android platform for Meta Quest devices.
6+
7+
This project integrates the IRIS SDK to connect with the IRIS visualization framework, allowing for immersive data interaction in virtual reality.
8+
9+
## Unity Project Setup
10+
11+
This project was set up following the general guidelines for creating an IRIS-Viz XR application. The key steps are:
12+
13+
1. **Install Dependencies**: Requires a specific Unity LTS version with Android build support, the XR Interaction Toolkit, and the IRIS SDK `.unitypackage`.
14+
2. **Create the Project**: The project was initialized as a 3D (URP) project.
15+
3. **Configure Build Settings**: The build target is set to Android for Meta Quest 3. It includes the necessary XR plugins and API level configurations.
16+
4. **Import IRIS Assets**: The IRIS SDK and its sample scenes are included in this project's `Assets` directory. The `IrisAppConfig` is configured to connect to the appropriate environment.
17+
5. **Verify Setup**: The project is set up to be built and deployed to a target device.
18+
19+
## CI/CD
20+
21+
This repository includes a GitHub Actions workflow in `.github/workflows/build.yml` to automatically build the Unity application for the Android platform upon pushes to the `main` branch.
22+
23+
## Resources
24+
* [IRIS-Viz Meta Quest 3 Documentation](https://intuitive-robots.github.io/iris-project-page/xr_development/iris_viz.html)
25+
* [Main Python Client Repository](https://github.com/intuitive-robots/SimPublisher)

0 commit comments

Comments
 (0)