Difference between revisions of "Documentation/Labs/Augmented Reality and Virtual Reality support"
From Slicer Wiki
Line 2: | Line 2: | ||
==Current approaches== | ==Current approaches== | ||
− | * Native VR renderer | + | |
− | ** | + | *Native VR renderer: [https://github.com/KitwareMedical/SlicerVirtualReality SlicerVirtualReality extension] |
− | ** | + | *Unity viewer |
− | + | **[https://github.com/franklinwk/OpenIGTLink-Unity Send and receive transforms via OpenIGTLink to/from Slicer or Plus] (Franklin King) | |
− | ** Load | + | **[http://www.spl.harvard.edu/publications/item/view/2882 Send images from Slicer via web server] (Franklin King) |
− | ** | + | **Load model files exported from 3D Slicer |
− | + | ***[https://github.com/PerkLab/HololensQuickNav HoloLens QuickNav brain surgery] (Emily Rae, Zac Baum) | |
− | * UWP (Universal Windows Platform) application for HoloLens | + | ***[https://github.com/franklinwk/OpenVRUnityMedicalDemo Abdominal organs] (Franklin King) |
− | ** | + | *UWP (Universal Windows Platform) application for HoloLens |
− | * Web viewer | + | **[https://github.com/IGSIO/UWPOpenIGTLink OpenIGTLink communication to receive images/transforms from Plus or Slicer] (Adam Rankin) |
− | ** Generate panoramic image in 3D Slicer and show it in a web browser (http://www.na-mic.org/Wiki/index.php/ | + | *Web viewer |
+ | **[https://www.na-mic.org/wiki/2015_Summer_Project_Week:Integrated_Virtual_Reality_Viewer Generate pre-rendered panoramic image in 3D Slicer and show it in a web browser] (Franklin King) | ||
+ | **Load models exported from 3D Slicer into https://aframe.io/ | ||
+ | |||
+ | |||
+ | Previous efforts: | ||
+ | |||
+ | *[http://www.na-mic.org/Wiki/index.php/2014_Project_Week:ImmersiveVR Native VR renderer using VTK only] (Franklin King) - obsolete, since VTK has built-in OpenVR support | ||
+ | *[http://www.na-mic.org/Wiki/index.php/2016_Summer_Project_Week/OpenVR_integration Using OpenVR and OpenVR VTK remote module] (Adam Rankin) - obsolete, since Slicer has official SlicerVirtualReality extension |
Revision as of 17:32, 7 January 2020
Home < Documentation < Labs < Augmented Reality and Virtual Reality supportThe goal of this page to coordinate activities related to improving 3D Slicer's support for augmented reality and virtual reality headsets (such as Microsoft HoloLens, HTC Vive, and Oculus Rift). The scope includes all solutions that allow content created by 3D Slicer shown in an AR/VR headset. Some way of real-time interaction, data exchange is preferred, but not essential for all applications.
Current approaches
- Native VR renderer: SlicerVirtualReality extension
- Unity viewer
- Send and receive transforms via OpenIGTLink to/from Slicer or Plus (Franklin King)
- Send images from Slicer via web server (Franklin King)
- Load model files exported from 3D Slicer
- HoloLens QuickNav brain surgery (Emily Rae, Zac Baum)
- Abdominal organs (Franklin King)
- UWP (Universal Windows Platform) application for HoloLens
- Web viewer
- Generate pre-rendered panoramic image in 3D Slicer and show it in a web browser (Franklin King)
- Load models exported from 3D Slicer into https://aframe.io/
Previous efforts:
- Native VR renderer using VTK only (Franklin King) - obsolete, since VTK has built-in OpenVR support
- Using OpenVR and OpenVR VTK remote module (Adam Rankin) - obsolete, since Slicer has official SlicerVirtualReality extension