Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lunaristeam/dicom2dtest

Example project for visionOS, exploring 2D model rendering using the DcmSwift package.
https://github.com/lunaristeam/dicom2dtest

apple dicom swift swiftui techdemo visionos

Last synced: 1 day ago
JSON representation

Example project for visionOS, exploring 2D model rendering using the DcmSwift package.

Awesome Lists containing this project

README

        

# Dicom2DTest
This is a simple example project for visionOS, aiming to explore the possibilities of displaying 2D image data from Dicom files using the Swift package [DcmSwift](https://github.com/LunarisTeam/DcmSwift)

> [!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/Dicom2DTest```
- Create a directory named DataSet located at repository root and copy your Dicom dataset .dcm files inside of it
- Open Dicom2DTest.xcodeproj
- Manually add the DataSet folder to your build target

> [!IMPORTANT]
> Be sure to select the build target when adding files to the Xcode project, otherwise the app won't have the necessary resources inside its bundle

- Build the application
- Enjoy

## Contributors
- [Davide Castaldi](https://github.com/Dave-Ed-Cast): The whole project
- [Giuseppe Rocco](https://github.com/iOmega8561): Repository setup