Metadata-Version: 2.1
Name: pyrender
Version: 0.1.6
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
Keywords: rendering graphics opengl 3d visualization pbr gltf
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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
Requires-Dist: freetype-py
Requires-Dist: imageio
Requires-Dist: networkx
Requires-Dist: numpy
Requires-Dist: Pillow
Requires-Dist: pyglet (==1.4.0a1)
Requires-Dist: PyOpenGL
Requires-Dist: PyOpenGL-accelerate
Requires-Dist: six
Requires-Dist: trimesh
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinxcontrib-napoleon ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'

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


