pyrender-maintained 1.0.0__py3-none-any.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.
@@ -0,0 +1,55 @@
1
+ Metadata-Version: 2.4
2
+ Name: pyrender-maintained
3
+ Version: 1.0.0
4
+ Summary: Easy-to-use Python renderer for 3D visualization (maintained fork)
5
+ Home-page: https://github.com/SimonKim4100/pyrender-maintained
6
+ Author: Simon Kim
7
+ Author-email: hohosemin@gmail.com
8
+ License: MIT License
9
+ Keywords: rendering graphics opengl 3d visualization pbr gltf
10
+ Classifier: Development Status :: 4 - Beta
11
+ Classifier: License :: OSI Approved :: MIT License
12
+ Classifier: Operating System :: POSIX :: Linux
13
+ Classifier: Operating System :: MacOS :: MacOS X
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Programming Language :: Python :: 3.13
18
+ Classifier: Programming Language :: Python :: 3.14
19
+ Classifier: Natural Language :: English
20
+ Classifier: Topic :: Scientific/Engineering
21
+ Requires-Python: >=3.11
22
+ License-File: LICENSE
23
+ Requires-Dist: freetype-py
24
+ Requires-Dist: imageio
25
+ Requires-Dist: networkx
26
+ Requires-Dist: numpy>=2.0
27
+ Requires-Dist: Pillow
28
+ Requires-Dist: pyglet>=2.0
29
+ Requires-Dist: PyOpenGL>=3.1.0
30
+ Requires-Dist: scipy
31
+ Requires-Dist: trimesh
32
+ Provides-Extra: dev
33
+ Requires-Dist: flake8; extra == "dev"
34
+ Requires-Dist: pre-commit; extra == "dev"
35
+ Requires-Dist: pytest; extra == "dev"
36
+ Requires-Dist: pytest-cov; extra == "dev"
37
+ Requires-Dist: tox; extra == "dev"
38
+ Provides-Extra: docs
39
+ Requires-Dist: sphinx; extra == "docs"
40
+ Requires-Dist: sphinx_rtd_theme; extra == "docs"
41
+ Requires-Dist: sphinx-automodapi; extra == "docs"
42
+ Dynamic: author
43
+ Dynamic: author-email
44
+ Dynamic: classifier
45
+ Dynamic: description
46
+ Dynamic: home-page
47
+ Dynamic: keywords
48
+ Dynamic: license
49
+ Dynamic: license-file
50
+ Dynamic: provides-extra
51
+ Dynamic: requires-dist
52
+ Dynamic: requires-python
53
+ Dynamic: summary
54
+
55
+ A maintained fork of pyrender — a simple implementation of Physically-Based Rendering (PBR) in Python. Compliant with the glTF 2.0 standard. Supports modern Python (3.11+) and NumPy 2.x.
@@ -0,0 +1,29 @@
1
+ pyrender/__init__.py,sha256=uHXRmXOYlmpx--yWtRuQjAXPMyeEir2GiDeabecT4Ms,939
2
+ pyrender/camera.py,sha256=ICIKIGwiTrmbYHzItKKk_eod2ETNdqoI0z3jpVRiFak,11527
3
+ pyrender/constants.py,sha256=O7ynF_MsxeWJg2hgK4998_HTMeOUt_5homiyAdG4m_U,4261
4
+ pyrender/font.py,sha256=kGJttbs3zTcoFVGcoMm6HqQqAHYnfNVRM1gT8ya14tg,8225
5
+ pyrender/light.py,sha256=pAZMGSsIZbns13bjKVw-dGB3s5nf4332S2mmK4wfvv8,11979
6
+ pyrender/material.py,sha256=xtg8GVIsjvm5-nUAIL1BdupML_YPe8PZdWTMdG0YlC8,28048
7
+ pyrender/mesh.py,sha256=MGX2tluEBTvQIkVE1h4WwAU9vx9FWNZBPFn-apcIfBc,11145
8
+ pyrender/node.py,sha256=xBETBIsO31Va3GnXRw0PZtMJm0vRwJRzuiRjgpFPv1A,7347
9
+ pyrender/offscreen.py,sha256=2rRJdLCO7uRndGU3FFJKUA_0m9xZywZX-XIOANIdMJk,5406
10
+ pyrender/primitive.py,sha256=yAN_tAkFZhQj82W-WU0e7xD0wIPd2Q4p8EwTnEXRbig,15245
11
+ pyrender/renderer.py,sha256=NkwWyYSH6AizEkvaplLKhZK78gDMY7kASQV5EsHI8bY,48502
12
+ pyrender/sampler.py,sha256=3pDI854bt7ra0Ad1isG9P2v0sbIayJuSHTJZTnWvH5Q,2681
13
+ pyrender/scene.py,sha256=MQ-PknFL-nJ3VU9UmL91KP52vr40WTlNywr0iYCoesY,19031
14
+ pyrender/shader_program.py,sha256=T9R9FiWZ2K2SroKPKaJZSTyTApplqBEkCt4W0PgzBNY,9017
15
+ pyrender/texture.py,sha256=Io85fp1Vqg-h4EP_DYpXJ9kIpHdFFFKHoD5z9T7Dy5Q,7862
16
+ pyrender/trackball.py,sha256=wgrXnxw0NUGVbjzqpnkQ0rXUDACSYyv83O3nNOP_6oo,6869
17
+ pyrender/utils.py,sha256=fGsNcuzpKH97hxvvqUzhR3L3PMIryBgZvi3K9TbIyrw,4130
18
+ pyrender/version.py,sha256=RsZjRjMprNcDm97wqRRSk6rTLgTX8N0GyicZyZ8OsBQ,22
19
+ pyrender/viewer.py,sha256=9M2yD3FxGRTXgnx0cZxu-c-vW0Jn_UlYzOzKShuGMGs,44390
20
+ pyrender/platforms/__init__.py,sha256=ty0kLz1MtUt-ysOYGzEdlwQtZVE_fSNxbUDwhFzxVCU,123
21
+ pyrender/platforms/base.py,sha256=8QyJRXS4bTK1EIn9rL-MRt2D8_PO6OX0qTwFW_L_bnw,1692
22
+ pyrender/platforms/egl.py,sha256=IhmMwNaUgaVQnITMy7zgbLNA4bothjR2yUYY2tVptDs,6615
23
+ pyrender/platforms/osmesa.py,sha256=FYUsH99twLlBX6P7S3-OQph5mn15XgrkstZjLtkrAWw,1846
24
+ pyrender/platforms/pyglet_platform.py,sha256=0aARgPPrjH1jnUwInEOVZqaEyOpzSw3_VO6DyJP8aew,3332
25
+ pyrender_maintained-1.0.0.dist-info/licenses/LICENSE,sha256=U6_PokTiaLBZpO40yd9YAqGRBZ77_eV3RDXOjgzbwMc,1069
26
+ pyrender_maintained-1.0.0.dist-info/METADATA,sha256=zF_hMA2YDQ7vPBDgf2FNEprgdK2axpQ_WlUNCLPeBtw,1941
27
+ pyrender_maintained-1.0.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
28
+ pyrender_maintained-1.0.0.dist-info/top_level.txt,sha256=nH0kYgMTnuNCrTqJDyTWQ9hPLSGQZSXKICIiaJsoORQ,9
29
+ pyrender_maintained-1.0.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2019 Matthew Matl
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1 @@
1
+ pyrender