high-performance python 3d models convertor
- obj
- dae
- glb
- fbx
- ply
- stl
- python 3.10
- installed packages from requirements.txt
pip install -r requirements.txt
- save your model which should be converted to data/
python cli.py data/*input_filename.input_format* data/output_filename.output_foramt. example:python cli.py data/example.obj data/example.stl
this program also provide GUI interface:
python main.py