f3d 2.3.0rc4__cp312-cp312-win_amd64.whl → 3.0.0rc5__cp312-cp312-win_amd64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of f3d might be problematic. Click here for more details.
- f3d/__init__.py +18 -23
- f3d/__init__.pyi +35 -0
- f3d/bin/f3d.dll +0 -0
- f3d/bin/vcruntime140.dll +0 -0
- f3d/bin/zlib.dll +0 -0
- f3d/pyf3d.cp312-win_amd64.pyd +0 -0
- f3d/pyf3d.pyi +713 -0
- f3d/share/f3d/plugins/alembic.json +1 -0
- f3d/share/f3d/plugins/assimp.json +7 -1
- f3d/share/f3d/plugins/draco.json +9 -0
- f3d/share/f3d/plugins/exodus.json +1 -0
- f3d/share/f3d/plugins/native.json +27 -0
- f3d/share/f3d/plugins/occt.json +11 -0
- {f3d-2.3.0rc4.dist-info → f3d-3.0.0rc5.dist-info}/METADATA +39 -25
- f3d-3.0.0rc5.dist-info/RECORD +18 -0
- {f3d-2.3.0rc4.dist-info → f3d-3.0.0rc5.dist-info}/WHEEL +1 -1
- f3d-3.0.0rc5.dist-info/licenses/doc/THIRD_PARTY_LICENSES.md +262 -0
- f3d-2.3.0rc4.dist-info/RECORD +0 -17
- f3d-2.3.0rc4.dist-info/entry_points.txt +0 -0
- f3d-2.3.0rc4.dist-info/licenses/doc/THIRD_PARTY_LICENSES.md +0 -54
- {f3d-2.3.0rc4.dist-info → f3d-3.0.0rc5.dist-info}/licenses/LICENSE.md +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description" : "Assimp support (version 5.3
|
|
2
|
+
"description" : "Assimp support (version 5.4.3)",
|
|
3
3
|
"name" : "assimp",
|
|
4
4
|
"readers" :
|
|
5
5
|
[
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"description" : "Filmbox",
|
|
8
8
|
"exclude_thumbnailer" : false,
|
|
9
9
|
"extensions" : [ "fbx" ],
|
|
10
|
+
"full_scene" : true,
|
|
10
11
|
"mimetypes" : [ "application/vnd.fbx" ],
|
|
11
12
|
"name" : "FBX"
|
|
12
13
|
},
|
|
@@ -14,6 +15,7 @@
|
|
|
14
15
|
"description" : "Collada",
|
|
15
16
|
"exclude_thumbnailer" : false,
|
|
16
17
|
"extensions" : [ "dae" ],
|
|
18
|
+
"full_scene" : true,
|
|
17
19
|
"mimetypes" : [ "application/vnd.dae" ],
|
|
18
20
|
"name" : "Collada"
|
|
19
21
|
},
|
|
@@ -21,6 +23,7 @@
|
|
|
21
23
|
"description" : "AutoCAD DXF",
|
|
22
24
|
"exclude_thumbnailer" : false,
|
|
23
25
|
"extensions" : [ "dxf" ],
|
|
26
|
+
"full_scene" : true,
|
|
24
27
|
"mimetypes" : [ "image/vnd.dxf" ],
|
|
25
28
|
"name" : "DXF"
|
|
26
29
|
},
|
|
@@ -28,6 +31,7 @@
|
|
|
28
31
|
"description" : "Object File Format",
|
|
29
32
|
"exclude_thumbnailer" : false,
|
|
30
33
|
"extensions" : [ "off" ],
|
|
34
|
+
"full_scene" : true,
|
|
31
35
|
"mimetypes" : [ "application/vnd.off" ],
|
|
32
36
|
"name" : "OFF"
|
|
33
37
|
},
|
|
@@ -35,6 +39,7 @@
|
|
|
35
39
|
"description" : "DirectX File Format",
|
|
36
40
|
"exclude_thumbnailer" : false,
|
|
37
41
|
"extensions" : [ "x" ],
|
|
42
|
+
"full_scene" : true,
|
|
38
43
|
"mimetypes" : [ "application/vnd.x" ],
|
|
39
44
|
"name" : "DirectX"
|
|
40
45
|
},
|
|
@@ -42,6 +47,7 @@
|
|
|
42
47
|
"description" : "3D Manufacturing Format",
|
|
43
48
|
"exclude_thumbnailer" : false,
|
|
44
49
|
"extensions" : [ "3mf" ],
|
|
50
|
+
"full_scene" : true,
|
|
45
51
|
"mimetypes" : [ "model/3mf" ],
|
|
46
52
|
"name" : "3MF"
|
|
47
53
|
}
|
f3d/share/f3d/plugins/draco.json
CHANGED
|
@@ -7,8 +7,17 @@
|
|
|
7
7
|
"description" : "Draco",
|
|
8
8
|
"exclude_thumbnailer" : false,
|
|
9
9
|
"extensions" : [ "drc" ],
|
|
10
|
+
"full_scene" : false,
|
|
10
11
|
"mimetypes" : [ "application/vnd.drc" ],
|
|
11
12
|
"name" : "Draco"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"description" : "GL Transmission Format",
|
|
16
|
+
"exclude_thumbnailer" : false,
|
|
17
|
+
"extensions" : [ "gltf", "glb" ],
|
|
18
|
+
"full_scene" : true,
|
|
19
|
+
"mimetypes" : [ "model/gltf-binary", "model/gltf+json" ],
|
|
20
|
+
"name" : "GLTFDraco"
|
|
12
21
|
}
|
|
13
22
|
],
|
|
14
23
|
"type" : "STATIC",
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"description" : "Autodesk 3D Studio",
|
|
8
8
|
"exclude_thumbnailer" : false,
|
|
9
9
|
"extensions" : [ "3ds" ],
|
|
10
|
+
"full_scene" : true,
|
|
10
11
|
"mimetypes" : [ "application/vnd.3ds" ],
|
|
11
12
|
"name" : "3DS"
|
|
12
13
|
},
|
|
@@ -14,6 +15,7 @@
|
|
|
14
15
|
"description" : "CityGML",
|
|
15
16
|
"exclude_thumbnailer" : false,
|
|
16
17
|
"extensions" : [ "gml" ],
|
|
18
|
+
"full_scene" : false,
|
|
17
19
|
"mimetypes" : [ "application/gml+xml" ],
|
|
18
20
|
"name" : "CityGML"
|
|
19
21
|
},
|
|
@@ -21,6 +23,7 @@
|
|
|
21
23
|
"description" : "DICOM",
|
|
22
24
|
"exclude_thumbnailer" : false,
|
|
23
25
|
"extensions" : [ "dcm" ],
|
|
26
|
+
"full_scene" : false,
|
|
24
27
|
"mimetypes" : [ "application/dicom" ],
|
|
25
28
|
"name" : "DICOM"
|
|
26
29
|
},
|
|
@@ -28,6 +31,7 @@
|
|
|
28
31
|
"description" : "GL Transmission Format",
|
|
29
32
|
"exclude_thumbnailer" : false,
|
|
30
33
|
"extensions" : [ "gltf", "glb" ],
|
|
34
|
+
"full_scene" : true,
|
|
31
35
|
"mimetypes" : [ "model/gltf-binary", "model/gltf+json" ],
|
|
32
36
|
"name" : "GLTF"
|
|
33
37
|
},
|
|
@@ -35,6 +39,7 @@
|
|
|
35
39
|
"description" : "MetaImage",
|
|
36
40
|
"exclude_thumbnailer" : false,
|
|
37
41
|
"extensions" : [ "mha", "mhd" ],
|
|
42
|
+
"full_scene" : false,
|
|
38
43
|
"mimetypes" : [ "application/vnd.mhd" ],
|
|
39
44
|
"name" : "MetaImage"
|
|
40
45
|
},
|
|
@@ -42,6 +47,7 @@
|
|
|
42
47
|
"description" : "Nearly Raw Raster Data",
|
|
43
48
|
"exclude_thumbnailer" : false,
|
|
44
49
|
"extensions" : [ "nrrd", "nhdr" ],
|
|
50
|
+
"full_scene" : false,
|
|
45
51
|
"mimetypes" : [ "application/vnd.nrrd" ],
|
|
46
52
|
"name" : "Nrrd"
|
|
47
53
|
},
|
|
@@ -49,6 +55,7 @@
|
|
|
49
55
|
"description" : "Wavefront OBJ",
|
|
50
56
|
"exclude_thumbnailer" : false,
|
|
51
57
|
"extensions" : [ "obj" ],
|
|
58
|
+
"full_scene" : true,
|
|
52
59
|
"mimetypes" : [ "model/obj" ],
|
|
53
60
|
"name" : "OBJ"
|
|
54
61
|
},
|
|
@@ -56,6 +63,7 @@
|
|
|
56
63
|
"description" : "Polygon",
|
|
57
64
|
"exclude_thumbnailer" : false,
|
|
58
65
|
"extensions" : [ "ply" ],
|
|
66
|
+
"full_scene" : false,
|
|
59
67
|
"mimetypes" : [ "application/vnd.ply" ],
|
|
60
68
|
"name" : "PLYReader"
|
|
61
69
|
},
|
|
@@ -63,6 +71,7 @@
|
|
|
63
71
|
"description" : "Point Cloud",
|
|
64
72
|
"exclude_thumbnailer" : false,
|
|
65
73
|
"extensions" : [ "pts" ],
|
|
74
|
+
"full_scene" : false,
|
|
66
75
|
"mimetypes" : [ "application/vnd.pts" ],
|
|
67
76
|
"name" : "PTS"
|
|
68
77
|
},
|
|
@@ -70,6 +79,7 @@
|
|
|
70
79
|
"description" : "Standard Triangle Language",
|
|
71
80
|
"exclude_thumbnailer" : false,
|
|
72
81
|
"extensions" : [ "stl" ],
|
|
82
|
+
"full_scene" : false,
|
|
73
83
|
"mimetypes" : [ "model/stl" ],
|
|
74
84
|
"name" : "STL"
|
|
75
85
|
},
|
|
@@ -77,6 +87,7 @@
|
|
|
77
87
|
"description" : "TIFF",
|
|
78
88
|
"exclude_thumbnailer" : true,
|
|
79
89
|
"extensions" : [ "tiff", "tif" ],
|
|
90
|
+
"full_scene" : false,
|
|
80
91
|
"mimetypes" : [ "application/x-tgif" ],
|
|
81
92
|
"name" : "TIFF"
|
|
82
93
|
},
|
|
@@ -84,6 +95,7 @@
|
|
|
84
95
|
"description" : "VRML",
|
|
85
96
|
"exclude_thumbnailer" : false,
|
|
86
97
|
"extensions" : [ "wrl", "vrml" ],
|
|
98
|
+
"full_scene" : true,
|
|
87
99
|
"mimetypes" : [ "model/vrml" ],
|
|
88
100
|
"name" : "VRMLReader"
|
|
89
101
|
},
|
|
@@ -91,6 +103,7 @@
|
|
|
91
103
|
"description" : "VTK Legacy",
|
|
92
104
|
"exclude_thumbnailer" : false,
|
|
93
105
|
"extensions" : [ "vtk" ],
|
|
106
|
+
"full_scene" : false,
|
|
94
107
|
"mimetypes" : [ "application/vnd.vtk" ],
|
|
95
108
|
"name" : "VTKLegacy"
|
|
96
109
|
},
|
|
@@ -98,6 +111,7 @@
|
|
|
98
111
|
"description" : "VTK XML UnstructuredGrid",
|
|
99
112
|
"exclude_thumbnailer" : false,
|
|
100
113
|
"extensions" : [ "vtu" ],
|
|
114
|
+
"full_scene" : false,
|
|
101
115
|
"mimetypes" : [ "application/vnd.vtu" ],
|
|
102
116
|
"name" : "VTKXMLVTU"
|
|
103
117
|
},
|
|
@@ -105,6 +119,7 @@
|
|
|
105
119
|
"description" : "VTK XML PolyData",
|
|
106
120
|
"exclude_thumbnailer" : false,
|
|
107
121
|
"extensions" : [ "vtp" ],
|
|
122
|
+
"full_scene" : false,
|
|
108
123
|
"mimetypes" : [ "application/vnd.vtp" ],
|
|
109
124
|
"name" : "VTKXMLVTP"
|
|
110
125
|
},
|
|
@@ -112,6 +127,7 @@
|
|
|
112
127
|
"description" : "VTK XML ImageData",
|
|
113
128
|
"exclude_thumbnailer" : false,
|
|
114
129
|
"extensions" : [ "vti" ],
|
|
130
|
+
"full_scene" : false,
|
|
115
131
|
"mimetypes" : [ "application/vnd.vti" ],
|
|
116
132
|
"name" : "VTKXMLVTI"
|
|
117
133
|
},
|
|
@@ -119,6 +135,7 @@
|
|
|
119
135
|
"description" : "VTK XML RectangularGrid",
|
|
120
136
|
"exclude_thumbnailer" : false,
|
|
121
137
|
"extensions" : [ "vtr" ],
|
|
138
|
+
"full_scene" : false,
|
|
122
139
|
"mimetypes" : [ "application/vnd.vtr" ],
|
|
123
140
|
"name" : "VTKXMLVTR"
|
|
124
141
|
},
|
|
@@ -126,6 +143,7 @@
|
|
|
126
143
|
"description" : "VTK XML StructuredGrid",
|
|
127
144
|
"exclude_thumbnailer" : false,
|
|
128
145
|
"extensions" : [ "vts" ],
|
|
146
|
+
"full_scene" : false,
|
|
129
147
|
"mimetypes" : [ "application/vnd.vts" ],
|
|
130
148
|
"name" : "VTKXMLVTS"
|
|
131
149
|
},
|
|
@@ -133,8 +151,17 @@
|
|
|
133
151
|
"description" : "VTK XML MultiBlock",
|
|
134
152
|
"exclude_thumbnailer" : false,
|
|
135
153
|
"extensions" : [ "vtm" ],
|
|
154
|
+
"full_scene" : false,
|
|
136
155
|
"mimetypes" : [ "application/vnd.vtm" ],
|
|
137
156
|
"name" : "VTKXMLVTM"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"description" : "3D Gaussian splats",
|
|
160
|
+
"exclude_thumbnailer" : false,
|
|
161
|
+
"extensions" : [ "splat" ],
|
|
162
|
+
"full_scene" : false,
|
|
163
|
+
"mimetypes" : [ "application/vnd.splat" ],
|
|
164
|
+
"name" : "Splat"
|
|
138
165
|
}
|
|
139
166
|
],
|
|
140
167
|
"type" : "STATIC",
|
f3d/share/f3d/plugins/occt.json
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"description" : "STEP ISO 10303",
|
|
8
8
|
"exclude_thumbnailer" : false,
|
|
9
9
|
"extensions" : [ "stp", "step", "stpnc", "p21", "210" ],
|
|
10
|
+
"full_scene" : false,
|
|
10
11
|
"mimetypes" : [ "application/vnd.step" ],
|
|
11
12
|
"name" : "STEP"
|
|
12
13
|
},
|
|
@@ -14,6 +15,7 @@
|
|
|
14
15
|
"description" : "Initial Graphics Exchange Specification",
|
|
15
16
|
"exclude_thumbnailer" : false,
|
|
16
17
|
"extensions" : [ "igs", "iges" ],
|
|
18
|
+
"full_scene" : false,
|
|
17
19
|
"mimetypes" : [ "model/iges" ],
|
|
18
20
|
"name" : "IGES"
|
|
19
21
|
},
|
|
@@ -21,8 +23,17 @@
|
|
|
21
23
|
"description" : "Open CASCADE BRep",
|
|
22
24
|
"exclude_thumbnailer" : false,
|
|
23
25
|
"extensions" : [ "brep" ],
|
|
26
|
+
"full_scene" : false,
|
|
24
27
|
"mimetypes" : [ "application/vnd.brep" ],
|
|
25
28
|
"name" : "BREP"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"description" : "Open CASCADE XBF",
|
|
32
|
+
"exclude_thumbnailer" : false,
|
|
33
|
+
"extensions" : [ "xbf" ],
|
|
34
|
+
"full_scene" : false,
|
|
35
|
+
"mimetypes" : [ "application/vnd.xbf" ],
|
|
36
|
+
"name" : "XBF"
|
|
26
37
|
}
|
|
27
38
|
],
|
|
28
39
|
"type" : "STATIC",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: f3d
|
|
3
|
-
Version:
|
|
3
|
+
Version: 3.0.0rc5
|
|
4
4
|
Summary: F3D, a fast and minimalist 3D viewer
|
|
5
|
-
Keywords: vtk
|
|
5
|
+
Keywords: vtk,animations,fbx,step,stl,gltf,pbr,raytracing,rendering
|
|
6
6
|
Author: Michael Migliore, Mathieu Westphal
|
|
7
7
|
Maintainer-Email: Michael Migliore <mcmigliore+pip@gmail.com>
|
|
8
8
|
License: BSD 3-Clause License
|
|
@@ -19,12 +19,10 @@ Classifier: Topic :: Scientific/Engineering :: Visualization
|
|
|
19
19
|
Project-URL: Homepage, https://f3d.app
|
|
20
20
|
Project-URL: Repository, https://github.com/f3d-app/f3d.git
|
|
21
21
|
Project-URL: Changelog, https://github.com/f3d-app/f3d/blob/master/doc/CHANGELOG.md
|
|
22
|
-
Requires-Python: >=3.
|
|
22
|
+
Requires-Python: >=3.9
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
|
-
License-File: LICENSE.md
|
|
25
|
-
License-File: doc\THIRD_PARTY_LICENSES.md
|
|
26
24
|
|
|
27
|
-
[](https://github.com/f3d-app/f3d/actions/workflows/ci.yml) [](https://github.com/f3d-app/f3d-superbuild) [](https://codecov.io/gh/f3d-app/f3d) [](https://github.com/f3d-app/f3d/releases) [](https://github.com/sponsors/f3d-app) [](https://discord.f3d.app)
|
|
25
|
+
[](https://github.com/f3d-app/f3d/actions/workflows/ci.yml) [](https://github.com/f3d-app/f3d-superbuild) [](https://codecov.io/gh/f3d-app/f3d) [](https://github.com/f3d-app/f3d/releases) [](https://github.com/sponsors/f3d-app) [](https://discord.f3d.app) [](CODE_OF_CONDUCT.md)
|
|
28
26
|
|
|
29
27
|
# F3D - Fast and minimalist 3D viewer
|
|
30
28
|
By Michael Migliore and Mathieu Westphal.
|
|
@@ -35,7 +33,7 @@ F3D (pronounced `/fɛd/`) is a fast and minimalist 3D viewer desktop application
|
|
|
35
33
|
|
|
36
34
|
It is fully controllable from the command line and support configuration files. It can provide thumbnails, support interactive hotkeys, drag&drop and integration into file managers.
|
|
37
35
|
|
|
38
|
-
F3D also contains the libf3d, a simple library to render meshes, with C++
|
|
36
|
+
F3D also contains the libf3d, a simple library to render meshes, with a C++17 API, Python Bindings, and experimental Java and Javascript bindings.
|
|
39
37
|
|
|
40
38
|
<img src="https://user-images.githubusercontent.com/3129530/194735416-3f386437-456c-4145-9b5e-6bb6451d7e9a.png" width="640">
|
|
41
39
|
|
|
@@ -51,28 +49,20 @@ F3D also contains the libf3d, a simple library to render meshes, with C++ and Py
|
|
|
51
49
|
|
|
52
50
|
See the [gallery](doc/GALLERY.md) for more images, take a look at the [changelog](doc/CHANGELOG.md) or go to the [install guide](doc/user/INSTALLATION.md) to download and install F3D!
|
|
53
51
|
|
|
52
|
+
You can even use F3D directly in your [browser](https://f3d.app/web)!
|
|
53
|
+
|
|
54
54
|
If you need any help or want to discuss with other F3D users and developers, head over to our [discord](https://discord.f3d.app).
|
|
55
55
|
|
|
56
56
|
# Quickstart
|
|
57
57
|
|
|
58
|
-
Open a file
|
|
59
|
-
|
|
58
|
+
Open a file directly in F3D or from the command line by running:
|
|
60
59
|
```
|
|
61
60
|
f3d /path/to/file.ext
|
|
62
|
-
```
|
|
63
|
-
|
|
64
|
-
Open a file and save the rendering into an image file:
|
|
61
|
+
```
|
|
65
62
|
|
|
66
|
-
|
|
67
|
-
f3d /path/to/file.ext --output=/path/to/img.png
|
|
68
|
-
```
|
|
63
|
+
Optionally, append `--output=/path/to/img.png` to save the rendering into an image file.
|
|
69
64
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
```
|
|
73
|
-
f3d --help
|
|
74
|
-
man f3d # Linux only
|
|
75
|
-
```
|
|
65
|
+
See the [Quickstart Guide](doc/user/QUICKSTART.md) for more information about getting started with F3D.
|
|
76
66
|
|
|
77
67
|
# Documentation
|
|
78
68
|
|
|
@@ -83,11 +73,35 @@ man f3d # Linux only
|
|
|
83
73
|
|
|
84
74
|
# Support
|
|
85
75
|
|
|
86
|
-
F3D
|
|
76
|
+
F3D needs your help!
|
|
77
|
+
|
|
78
|
+
If you can, please consider sponsoring F3D. Even a small donation would help us offset the recurring maintenance costs.
|
|
79
|
+
With enough sponsors we would even be able to add support for new devices (as we would need do acquire or rent them first). Read more about it on our [sponsor page](https://github.com/sponsors/f3d-app).
|
|
80
|
+
|
|
81
|
+
If not, please use F3D, star it on github and share the word about it!
|
|
82
|
+
|
|
83
|
+
# Vision
|
|
84
|
+
|
|
85
|
+
As a minimalist 3D viewer F3D aims to:
|
|
86
|
+
|
|
87
|
+
- Support as many 3D file formats as possible
|
|
88
|
+
- Support many types of renderings (textures, edges, etc... ) and visualizations (meshes, volumic, point sprites)
|
|
89
|
+
- Support any and all use-cases dealing with 3D datasets
|
|
90
|
+
- Let any user easily and quickly view any model with good defaults
|
|
91
|
+
- Be as configurable as possible
|
|
92
|
+
- Be fully controllable from the command line and configuration file
|
|
93
|
+
- Be usable non-interactively
|
|
94
|
+
- Be as modular as possible to be built with a small number of dependencies
|
|
95
|
+
|
|
96
|
+
but there is no plan to:
|
|
97
|
+
|
|
98
|
+
- Provide a classic mouse-based UI, with menus and buttons
|
|
99
|
+
- Provide data processing tools
|
|
100
|
+
- Provide export feature
|
|
87
101
|
|
|
88
|
-
|
|
102
|
+
# Contributing
|
|
89
103
|
|
|
90
|
-
|
|
104
|
+
F3D as a community-driven, inclusive and beginner-friendly project. We love to see how the project is growing thanks to the contributions from the community. We would love to see your face in the list below! If you want to contribute to F3D, you are very welcome to! Take a look at our [contribution documentation](CONTRIBUTING.md), [governance documentation](doc/dev/GOVERNANCE.md) and [code of conduct](CODE_OF_CONDUCT.md).
|
|
91
105
|
|
|
92
106
|
<a href="https://github.com/f3d-app/f3d/graphs/contributors">
|
|
93
107
|
<img src="https://contrib.rocks/image?repo=f3d-app/f3d" />
|
|
@@ -95,7 +109,7 @@ We envision F3D as a community-driven project, we love to see how the project is
|
|
|
95
109
|
|
|
96
110
|
# Acknowledgments
|
|
97
111
|
|
|
98
|
-
F3D was initially created by [Kitware SAS](https://www.kitware.eu/) and is relying on many awesome open source projects, including [VTK](https://vtk.org/), [OCCT](https://dev.opencascade.org/), [Assimp](https://www.assimp.org/), [Alembic](http://www.alembic.io/), [Draco](https://google.github.io/draco/), [OpenUSD](https://openusd.org/release/index.html), [OpenVDB](https://www.openvdb.org/)
|
|
112
|
+
F3D was initially created by [Kitware SAS](https://www.kitware.eu/) and is relying on many awesome open source projects, including [VTK](https://vtk.org/), [OCCT](https://dev.opencascade.org/), [Assimp](https://www.assimp.org/), [Alembic](http://www.alembic.io/), [Draco](https://google.github.io/draco/), [OpenUSD](https://openusd.org/release/index.html), [OpenVDB](https://www.openvdb.org/), [OSPRay](https://www.ospray.org/) and [ImGui](https://github.com/ocornut/imgui/).
|
|
99
113
|
|
|
100
114
|
# License
|
|
101
115
|
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
f3d/__init__.py,sha256=IOM89jiJy_2PewnpinOsxRnWnIfqtt1AbodnQXADUwk,2359
|
|
2
|
+
f3d/__init__.pyi,sha256=9vQrGto_BJxX1EOWqVEZXlTI9l4inRL7htm8SQ5-rQk,1648
|
|
3
|
+
f3d/bin/f3d.dll,sha256=nAD8MuAIjKTggw9djjW-8H5wc83K7T2G6KHc-ta_RRY,45559296
|
|
4
|
+
f3d/bin/vcruntime140.dll,sha256=2nLmZ3vRvNAcRTwZmKqhmur2ZZ9HdM9oSECdqCMqlbI,120432
|
|
5
|
+
f3d/bin/zlib.dll,sha256=3GTBRw0yZAzCMpKzY5vDw1g8JbrCLh-NC_0TKxWwSnE,90624
|
|
6
|
+
f3d/pyf3d.cp312-win_amd64.pyd,sha256=EZT1n-q_2E3aDIkOM0aDQBHrkVEG7yqB2oBQegzcV2E,455680
|
|
7
|
+
f3d/pyf3d.pyi,sha256=csVaE8f_V1a_tutHIQbgDGeHxJwhtsSjLpKkuhtl8XA,23779
|
|
8
|
+
f3d/share/f3d/plugins/alembic.json,sha256=NVQtyuR1lal_VH_I26KRBSBCmsfkqkEV1Bj6XI3uJl0,373
|
|
9
|
+
f3d/share/f3d/plugins/assimp.json,sha256=GqKaOghNOUrtiQOKpLeIzdSFo2V2Jb6l1K6UryFVQvo,1487
|
|
10
|
+
f3d/share/f3d/plugins/draco.json,sha256=hzBF8tw3JKAqjbLemSjDmznX9KKrAzGnTF1EwxKO4WM,629
|
|
11
|
+
f3d/share/f3d/plugins/exodus.json,sha256=EZBy7TcNwU36TqANuHPBpLCN9-y4KWecANCo8sKqF_Y,377
|
|
12
|
+
f3d/share/f3d/plugins/native.json,sha256=g-_Hx7TeSRmo8vYkJl4Mdh1tGAHRM1c_jfaKamtp6qg,4773
|
|
13
|
+
f3d/share/f3d/plugins/occt.json,sha256=_pvQ3iwAYf0qmcWBOKolAYSJcq7PKP5sWIP7rPevo0o,1121
|
|
14
|
+
f3d-3.0.0rc5.dist-info/METADATA,sha256=DRAwfBN9Dy97__pIrPSrQXrfA9KVUlJSGr1aCxTNRxU,7089
|
|
15
|
+
f3d-3.0.0rc5.dist-info/WHEEL,sha256=GgB_RydHGtp7zP9kXrVRu7kuGtdM7WtO3JhH95Vv87o,106
|
|
16
|
+
f3d-3.0.0rc5.dist-info/licenses/LICENSE.md,sha256=iQPH5pY3-g7_35_kEdPo1N8f9jaWoMvYaVPpMZjtBAA,1602
|
|
17
|
+
f3d-3.0.0rc5.dist-info/licenses/doc/THIRD_PARTY_LICENSES.md,sha256=SzJxIdNQrIeub-iOLyXmWsrDiOLk8aqGmW_b8U_sOoo,12594
|
|
18
|
+
f3d-3.0.0rc5.dist-info/RECORD,,
|