-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.16 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "com.walcht.ctvisualizer",
"version": "0.0.1",
"displayName": "CT Visualizer",
"description": "High performance, out-of-core CT/MRI volume visualizer for very large datasets using the Unity game engine",
"unity": "6000.0",
"keywords": [
"ct",
"mri",
"volume rendering",
"out-of-core rendering"
],
"author": {
"name": "Walid Chtioui",
"email": "walid.chtioui@ensi-uma.tn",
"url": "https://github.com/walcht"
},
"samples": [
{
"displayName": "Desktop CT Visualizer",
"description": "CT Visualizer sample for Windows/Linux target builds:\n",
"path": "Samples~/desktop"
},
{
"displayName": "XR MagicLeap2 CT Visualizer",
"description": "CT Visualizer XR sample for the Magic Leap 2 device target builds\n\nDependencies:\n\t- Magic Leap 2 SDK: https://github.com/magicleap/MagicLeapUnitySDK.git",
"path": "./Samples~/magicleap2"
}
],
"git-dependencies": [
{
"name": "HSV Color Picker",
"url": "https://github.com/walcht/com.walcht.vrcolorpicker.git"
},
{
"name": "Unity D3",
"url": "https://github.com/walcht/com.walcht.unityd3.git"
}
]
}