Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lunaristeam/dicom3dtest

Example project for visionOS, exploring 3D model rendering starting from Dicom.
https://github.com/lunaristeam/dicom3dtest

3d apple dicom dicom3d realitykit swift swiftui visionos

Last synced: 1 day ago
JSON representation

Example project for visionOS, exploring 3D model rendering starting from Dicom.

Awesome Lists containing this project

README

        

# Dicom3DTest
This is a simple example project for visionOS, aiming to explore the possibilities of displaying a 3D model generated starting from a Dicom dataset.

> [!CAUTION]
> This project is not intended to be used in any medical production environment. It should be only used for R&D.

## Getting Started
### Requirements
- visionOS 2.0+
- Xcode 16+

### Getting Started
- Clone the repository using ```git clone https://github.com/LunarisTeam/Dicom3DTest```
- Open Dicom3DTest.xcodeproj
- Build the application
- Enjoy

## Contributors
- [Marzia Pirozzi](https://github.com/Marziap): The whole project and generation of the example 3D models
- [Giuseppe Rocco](https://github.com/iOmega8561): Repository setup and project organization