f3d 2.2.1__cp310-cp310-macosx_10_9_x86_64.whl → 2.3.0rc2__cp310-cp310-macosx_10_9_x86_64.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 CHANGED
@@ -36,7 +36,7 @@ camera = Camera
36
36
  camera_state_t = CameraState
37
37
  utils = Utils
38
38
 
39
- __version__ = "2.2.1"
39
+ __version__ = "2.3.0"
40
40
 
41
41
 
42
42
  ################################################################################
f3d/lib/libf3d.dylib CHANGED
Binary file
Binary file
@@ -1,5 +1,5 @@
1
1
  {
2
- "description" : "Assimp support (version 5.2.4)",
2
+ "description" : "Assimp support (version 5.3.0)",
3
3
  "name" : "assimp",
4
4
  "readers" :
5
5
  [
@@ -30,6 +30,20 @@
30
30
  "extensions" : [ "off" ],
31
31
  "mimetypes" : [ "application/vnd.off" ],
32
32
  "name" : "OFF"
33
+ },
34
+ {
35
+ "description" : "DirectX File Format",
36
+ "exclude_thumbnailer" : false,
37
+ "extensions" : [ "x" ],
38
+ "mimetypes" : [ "application/vnd.x" ],
39
+ "name" : "DirectX"
40
+ },
41
+ {
42
+ "description" : "3D Manufacturing Format",
43
+ "exclude_thumbnailer" : false,
44
+ "extensions" : [ "3mf" ],
45
+ "mimetypes" : [ "model/3mf" ],
46
+ "name" : "3MF"
33
47
  }
34
48
  ],
35
49
  "type" : "STATIC",
@@ -1,5 +1,5 @@
1
1
  {
2
- "description" : "OpenCASCADE support (version 7.6.3)",
2
+ "description" : "OpenCASCADE support (version 7.7.2)",
3
3
  "name" : "occt",
4
4
  "readers" :
5
5
  [
@@ -1,41 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: f3d
3
- Version: 2.2.1
3
+ Version: 2.3.0rc2
4
4
  Summary: F3D, a fast and minimalist 3D viewer
5
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
9
-
10
- * Copyright 2019-2021 Kitware SAS
11
- * Copyright 2021-2023 Michael Migliore, Mathieu Westphal
12
-
13
- All rights reserved.
14
-
15
- Redistribution and use in source and binary forms, with or without
16
- modification, are permitted provided that the following conditions are met:
17
-
18
- * Redistributions of source code must retain the above copyright notice, this
19
- list of conditions and the following disclaimer.
20
-
21
- * Redistributions in binary form must reproduce the above copyright notice,
22
- this list of conditions and the following disclaimer in the documentation
23
- and/or other materials provided with the distribution.
24
-
25
- * Neither the name of the copyright holder nor the names of its
26
- contributors may be used to endorse or promote products derived from
27
- this software without specific prior written permission.
28
-
29
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
30
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
31
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
32
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
33
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
34
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
35
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
36
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
37
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
38
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39
9
  Classifier: Development Status :: 5 - Production/Stable
40
10
  Classifier: License :: OSI Approved :: BSD License
41
11
  Classifier: Operating System :: Microsoft :: Windows
@@ -49,7 +19,7 @@ Classifier: Topic :: Scientific/Engineering :: Visualization
49
19
  Project-URL: Homepage, https://f3d.app
50
20
  Project-URL: Repository, https://github.com/f3d-app/f3d.git
51
21
  Project-URL: Changelog, https://github.com/f3d-app/f3d/blob/master/doc/CHANGELOG.md
52
- Requires-Python: >=3.7
22
+ Requires-Python: >=3.8
53
23
  Description-Content-Type: text/markdown
54
24
  License-File: LICENSE.md
55
25
  License-File: doc/THIRD_PARTY_LICENSES.md
@@ -59,8 +29,8 @@ License-File: doc/THIRD_PARTY_LICENSES.md
59
29
  # F3D - Fast and minimalist 3D viewer
60
30
  By Michael Migliore and Mathieu Westphal.
61
31
 
62
- <img src="resources/logo.svg" align="left" width="20px"/>
63
- F3D (pronounced `/fɛd/`) is a fast and minimalist 3D viewer. It supports many file formats, from digital content to scientific datasets (including glTF, STL, STEP, PLY, OBJ, FBX, Alembic), can show animations and support thumbnails and many rendering and texturing options including real time physically based rendering and raytracing.
32
+ <img src="https://raw.githubusercontent.com/f3d-app/f3d/master/resources/logo.svg" align="left" width="20px"/>
33
+ F3D (pronounced `/fɛd/`) is a fast and minimalist 3D viewer desktop application. It supports many file formats, from digital content to scientific datasets (including glTF, USD, STL, STEP, PLY, OBJ, FBX, Alembic), can show animations and support thumbnails and many rendering and texturing options including real time physically based rendering and raytracing.
64
34
  <br clear="left"/>
65
35
 
66
36
  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.
@@ -79,7 +49,7 @@ F3D also contains the libf3d, a simple library to render meshes, with C++ and Py
79
49
 
80
50
  *A direct scalars render by F3D*
81
51
 
82
- See the [gallery](doc/GALLERY.md) for more images, take a look at the [changelog](doc/CHANGELOG.md) or go to the [releases page](https://github.com/f3d-app/f3d/releases) to download F3D!
52
+ 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!
83
53
 
84
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).
85
55
 
@@ -125,7 +95,7 @@ We envision F3D as a community-driven project, we love to see how the project is
125
95
 
126
96
  # Acknowledgments
127
97
 
128
- 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/) and [OSPRay](https://www.ospray.org/).
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/) and [OSPRay](https://www.ospray.org/).
129
99
 
130
100
  # License
131
101
 
@@ -0,0 +1,15 @@
1
+ f3d/__init__.py,sha256=6MlcKRDwyATlIr0MczFHPYz5isPp93nem3eQle1yo48,2227
2
+ f3d/lib/libf3d.dylib,sha256=kMKRyFekJu6K5blsNgpC7uhz7qvDVRLPH1H2yj3QCuw,82363264
3
+ f3d/pyf3d.cpython-310-darwin.so,sha256=tthtPfLgmlCHNypdGvTfuTj13sqv19tR0jq3h4NyiQM,432496
4
+ f3d/share/f3d/plugins/alembic.json,sha256=pC1dSQlv0g68SD85l_k8L33gK5MXVrARErfAUGB4mbM,329
5
+ f3d/share/f3d/plugins/assimp.json,sha256=rR0BSAGTlJb2Dyj9pyd7LPc34rTc9_4UZGScHmGZ80U,1269
6
+ f3d/share/f3d/plugins/draco.json,sha256=Ma_EdFkvYvnnnAXfPR2U3EIkJ_7HCenN1oNrKcW_jho,321
7
+ f3d/share/f3d/plugins/exodus.json,sha256=guG5riuBu-Db1BL9Tu683B1O_N1aDeZ_-ky7zW6Fh0c,333
8
+ f3d/share/f3d/plugins/native.json,sha256=SQ9OBuHrm51V6ruzR2eDRIONiPUenxeLrBwiHGKAA7w,3849
9
+ f3d/share/f3d/plugins/occt.json,sha256=xgFrKzfCMreySothAQTjKh7WKdEP8j4ipzyYXhgvgEA,777
10
+ f3d-2.3.0rc2.dist-info/METADATA,sha256=hxnAvz1eqeYUXTz_8gxtyV3efENuTKQfaG2lyVCju24,5821
11
+ f3d-2.3.0rc2.dist-info/WHEEL,sha256=RjTj3JeinV_8jMCOEx0-C6WW87OHcS62OPEcyFMcHqM,114
12
+ f3d-2.3.0rc2.dist-info/entry_points.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
+ f3d-2.3.0rc2.dist-info/licenses/LICENSE.md,sha256=8Jx-kHXUuEo7gl6xvROoNFX8IMetnLdfQ5hu2dKtvoU,1571
14
+ f3d-2.3.0rc2.dist-info/licenses/doc/THIRD_PARTY_LICENSES.md,sha256=rluVratui6Ovkzre4tkgO7xa5y1_X9ZriXZekmRMSYA,2586
15
+ f3d-2.3.0rc2.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: scikit-build-core 0.5.1
2
+ Generator: scikit-build-core 0.7.1
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp310-cp310-macosx_10_9_x86_64
5
5
 
Binary file
f3d/lib/libtbb.12.dylib DELETED
Binary file
f3d/lib/libz.1.3.dylib DELETED
Binary file
f3d/lib/libz.1.dylib DELETED
Binary file
@@ -1,19 +0,0 @@
1
- f3d/__init__.py,sha256=6xP3qXsOxhK6h_SJ2LuLP_9chO9UJJoJSnBSI9Rcl_E,2227
2
- f3d/lib/libf3d.dylib,sha256=H2BTCwab1LF0Spwk9Dm13-lr48Rlc97iHaMp50l_rew,89161280
3
- f3d/lib/libtbb.12.10.dylib,sha256=JZWJudqJG0k82WxKzU5sF6aBOumj8ptgFWoJGt1gi0Y,414144
4
- f3d/lib/libtbb.12.dylib,sha256=JZWJudqJG0k82WxKzU5sF6aBOumj8ptgFWoJGt1gi0Y,414144
5
- f3d/lib/libz.1.3.dylib,sha256=9oWQG2KrgRiWfpbn-5jkbJHiDFAo80iEEXGrsnrcMLw,121768
6
- f3d/lib/libz.1.dylib,sha256=9oWQG2KrgRiWfpbn-5jkbJHiDFAo80iEEXGrsnrcMLw,121768
7
- f3d/pyf3d.cpython-310-darwin.so,sha256=ZQto0qjMGGKNS0kazJosLtnBmN5afdrf3MwrmReAKms,415968
8
- f3d/share/f3d/plugins/alembic.json,sha256=pC1dSQlv0g68SD85l_k8L33gK5MXVrARErfAUGB4mbM,329
9
- f3d/share/f3d/plugins/assimp.json,sha256=UtmMeSu_1sWI5N-jUUZ_2_SJY_BODnP_-WzpG31Mhfc,885
10
- f3d/share/f3d/plugins/draco.json,sha256=Ma_EdFkvYvnnnAXfPR2U3EIkJ_7HCenN1oNrKcW_jho,321
11
- f3d/share/f3d/plugins/exodus.json,sha256=guG5riuBu-Db1BL9Tu683B1O_N1aDeZ_-ky7zW6Fh0c,333
12
- f3d/share/f3d/plugins/native.json,sha256=SQ9OBuHrm51V6ruzR2eDRIONiPUenxeLrBwiHGKAA7w,3849
13
- f3d/share/f3d/plugins/occt.json,sha256=GayUsZ3iI5pofxlzf_NSPr4UA4cq6QAQAeEqB3W7VD0,777
14
- f3d-2.2.1.dist-info/METADATA,sha256=JhbtLQxvde2O1cU5R1MC5TPv4K8AyDCpETR5cvrWasQ,7445
15
- f3d-2.2.1.dist-info/WHEEL,sha256=GDO6qZrTtNI4U5wV7w2_N5k4QNYAgqlkK0lx0olLM5M,114
16
- f3d-2.2.1.dist-info/entry_points.txt,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
- f3d-2.2.1.dist-info/licenses/LICENSE.md,sha256=8Jx-kHXUuEo7gl6xvROoNFX8IMetnLdfQ5hu2dKtvoU,1571
18
- f3d-2.2.1.dist-info/licenses/doc/THIRD_PARTY_LICENSES.md,sha256=rluVratui6Ovkzre4tkgO7xa5y1_X9ZriXZekmRMSYA,2586
19
- f3d-2.2.1.dist-info/RECORD,,