| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A powerful Unity visualization framework for bridging simulation and reality
IRIS-Viz (successor to IRXR) is a comprehensive Unity package developed by the Intuitive Robots Lab that enables seamless visualization of objects in both simulated environments and real-world contexts. By providing a robust framework for handling complex 3D data, IRIS-Viz empowers developers to create immersive and accurate representations for robotics, industrial automation, digital twins, and more.
Add the following to your manifest.json in your Unity project's Packages folder:
{
"dependencies": {
"com.intuitiverobotslab.iris-viz": "https://github.com/intuitive-robots/IRIS-Viz.git?path=Packages/com.intuitiverobotslab.iris-viz"
}
}IRIS-Viz consists of two primary components:
IRIS-Viz
├── IRISNode
│ ├── Communication
│ ├── DataParsing
│ └── Events
└── SceneLoader
├── MeshHandling
├── PointCloudRendering
└── SceneManagement
For complete API references, tutorials, and advanced usage scenarios, please refer to our comprehensive documentation.
The package includes several example scenes demonstrating different visualization capabilities:
This project is licensed under the MIT License - see the LICENSE file for details.
The Intuitive Robots Lab at Karlsruhe Institute of Technology researches next-generation robotics systems with natural human-robot interaction and intuitive control mechanisms.
| Back | FazBrowse Home | New Git URL |