Go to file
Thomas FORGIONE e762759216
Added dynamic module loading
2016-12-02 15:52:01 +01:00
assets Fixed problems, textured cube 2016-12-02 09:53:07 +01:00
d3 Added dynamic module loading 2016-12-02 15:52:01 +01:00
.gitignore Ignore models 2016-11-29 15:47:14 +01:00
LICENSE Updated license 2016-11-29 15:56:05 +01:00
README.md Better wheel events 2016-12-01 13:50:04 +01:00
convert.py Added up vector management 2016-11-30 15:37:58 +01:00
viewer.py Verbose output if option 2016-12-02 10:13:16 +01:00

README.md

model-converter

This project aims to be a simple, lightweight, and useful 3D model editor. For the moment, only obj and ply ascii models are supported.

Feel free to open an issue if you find anything wrong in this.

Scripts

A few utilities to manage 3D models :

  • convert.py that converts any type of model to any other
  • viewer.py which is a simple script that renders a 3d model

Dependencies

This project is written in python 3. The convert.py script is made for needing nothing else than python. However, the viewer.py script has a few dependencies, you'll need :

  • pip (to install the other dependencies) sudo apt-get install python3-pip for example
  • numpy sudo pip install numpy
  • pygame sudo pip install pygame
  • PyOpenGL sudo pip install pyopengl

Supported formats

  • Wavefront .obj
  • Stanford .ply
  • STL files .stl