Metadata-Version: 2.1
Name: meshrender
Version: 0.0.9
Summary: Python utilities for rendering scenes containing 3D meshes
Home-page: https://github.com/BerkeleyAutomation/meshrender
Author: Matthew Matl
Author-email: mmatl@eecs.berkeley.edu
License: Apache Software License
Keywords: rendering opengl 3d visualization
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software 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: numpy
Requires-Dist: scipy
Requires-Dist: trimesh[easy]
Requires-Dist: PyOpenGL (>=3.1.0)
Requires-Dist: PyOpenGL-accelerate (>=3.1.0)
Requires-Dist: pyglet (>=1.4.0b1)
Requires-Dist: imageio
Requires-Dist: autolab-core
Requires-Dist: autolab-perception
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinxcontrib-napoleon ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'

A set of Python utilities for rendering 3D scenes, based on PyOpenGL and target at OpenGL 3+.


