File size: 1,739 Bytes
c571bb8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
41
42
43
44
45
46
47
48
49
50
51
52
53
Metadata-Version: 2.4
Name: pyrender
Version: 0.1.45
Summary: Easy-to-use Python renderer for 3D visualization
Home-page: https://github.com/mmatl/pyrender
Author: Matthew Matl
Author-email: matthewcmatl@gmail.com
License: MIT License
Keywords: rendering graphics opengl 3d visualization pbr gltf
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
License-File: LICENSE
Requires-Dist: freetype-py
Requires-Dist: imageio
Requires-Dist: networkx
Requires-Dist: numpy
Requires-Dist: Pillow
Requires-Dist: pyglet>=1.4.10
Requires-Dist: PyOpenGL~=3.1.0
Requires-Dist: scipy
Requires-Dist: six
Requires-Dist: trimesh
Provides-Extra: dev
Requires-Dist: flake8; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: tox; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Requires-Dist: sphinx-automodapi; extra == "docs"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

A simple implementation of Physically-Based Rendering (PBR) in Python. Compliant with the glTF 2.0 standard.