PyWavefront 1.3.3
Python library for importing Wavefront .obj files
PyWavefront is a Python library designed for importing Wavefront 3D object files (.obj and .obj.gz) and material files (.mtl). It generates interleaved vertex data for each material, making it ready for rendering. The library supports Python 3.4+ and offers a simple optional visualization module for rendering the objects. PyWavefront supports positions, texture coordinates, normals, vertex color, material parsing, texture, and texture parameters. It's an ideal tool for Python developers working with 3D graphics and Wavefront files.
Stars: 309, Watchers: 309, Forks: 79, Open Issues: 31The pywavefront/PyWavefront
repo was created 11 years ago and the last code push was 6 months ago.
The project is popular with 309 github stars!
How to Install pywavefront
You can install pywavefront using pip
pip install pywavefront
or add it to a project with poetry
poetry add pywavefront
Package Details
- Author
- Kurt Yoder
- License
- BSD
- Homepage
- https://github.com/pywavefront/PyWavefront
- PyPi:
- https://pypi.org/project/PyWavefront/
- GitHub Repo:
- https://github.com/pywavefront/PyWavefront
Classifiers
- Multimedia/Graphics/3D Rendering
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common pywavefront errors.
Code Examples
Here are some pywavefront
code examples and snippets.