Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lunaristeam/dicom3dtest
- Owner: LunarisTeam
- License: mit
- Created: 2024-12-17T13:35:44.000Z (29 days ago)
- Default Branch: master
- Last Pushed: 2024-12-18T09:42:25.000Z (28 days ago)
- Last Synced: 2025-01-14T03:17:13.807Z (1 day ago)
- Topics: 3d, apple, dicom, dicom3d, realitykit, swift, swiftui, visionos
- Language: Swift
- Homepage:
- Size: 60.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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