Spaces:
Runtime error
Runtime error
File size: 913 Bytes
d82cf6a |
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 |
Metadata-Version: 2.1
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: [email protected]
License: MIT License
Keywords: rendering graphics opengl 3d visualization pbr gltf
Platform: UNKNOWN
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
Provides-Extra: dev
Provides-Extra: docs
License-File: LICENSE
A simple implementation of Physically-Based Rendering (PBR) in Python. Compliant with the glTF 2.0 standard.
|