Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lunaristeam/dicom2dtest
- Owner: LunarisTeam
- License: mit
- Created: 2024-12-18T09:29:02.000Z (28 days ago)
- Default Branch: master
- Last Pushed: 2024-12-18T09:41:38.000Z (28 days ago)
- Last Synced: 2025-01-14T03:17:13.699Z (1 day ago)
- Topics: apple, dicom, swift, swiftui, techdemo, visionos
- Language: Swift
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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