Forceflow / trimesh2

C++ library and set of utilities for input, output, and basic manipulation of 3D triangle meshes
GNU General Public License v2.0
307 stars 72 forks source link

Python version or implementation #16

Open JobAtom opened 3 years ago

JobAtom commented 3 years ago

Is there any chance that I can use this great c++ library under python? Do you plan to implement or release python version?

Forceflow commented 3 years ago

There are no plans for a python version at this time.

You could write python bindings yourself? https://realpython.com/python-bindings-overview/