Contents

PyWavefront 1.3.3

0

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: 291, Watchers: 291, Forks: 78, Open Issues: 30

The pywavefront/PyWavefront repo was created 10 years ago and the last code push was 3 days ago.
The project is popular with 291 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
No  pywavefront  pypi packages just yet.

Errors

A list of common pywavefront errors.

Code Examples

Here are some pywavefront code examples and snippets.

Related Packages & Articles

glumpy 1.2.1

Fast, scalable & beautiful scientific visualisation

autoviz 0.1.808

Automatically Visualize any dataset, any size with a single line of code

starlette-context 0.3.6

Middleware for Starlette that allows you to store and access the context data of a request. Can be used with logging so logs automatically use request headers such as x-request-id or x-correlation-id.

authx 1.1.0

Ready to use and customizable Authentications and Oauth2 management for FastAPI

fastapi-jwt-auth 0.5.0

FastAPI extension that provides JWT Auth support (secure, easy to use and lightweight)

fastapi-redis-cache 0.2.5

A simple and robust caching solution for FastAPI endpoints, fueled by the unfathomable power of Redis.