https://github.com/rod-persky/pywavefront3d
Library that generates .obj files
https://github.com/rod-persky/pywavefront3d
Last synced: about 2 months ago
JSON representation
Library that generates .obj files
- Host: GitHub
- URL: https://github.com/rod-persky/pywavefront3d
- Owner: Rod-Persky
- License: afl-3.0
- Created: 2013-08-05T23:30:02.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-06T04:35:46.000Z (almost 12 years ago)
- Last Synced: 2025-01-28T12:17:21.364Z (4 months ago)
- Language: Python
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pyWavefront3D
=============Library that generates .obj files
pyWavefront3D geometry system implements a .OBJ file export system.
This is part of a larger project for my capstone project for
`Mechanical Engineering` so heads up, it's no masterpiece of code.Further, as this library is being developed it hasn't been tested as to work
with other cad programs beyond an meshlab and snappyHexMesh.
Work needs to be done to ensure that it plays nicely with whatever program
the OBJ files are being imported to.Depends On
===========Nothing, it's self contained in it's __init__ file!