-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration with manifold3d #2318
Comments
Nice!! Yeah I think that makes total sense and happy to help!
So the base dependencies pulled in by
So I think the case to check would be to add |
Sorry for the delay, I was busy working on the v3.0 release for manifold. Now that the package is released I finally have more time to come back and look at this. (and let you know the dependency can be updated!) I'm thinking if it will be simpler if we add |
Some users (of manifold3d) asked if manifold3d can provide methods for import/export meshes using trimesh. However, we are not sure how optional dependencies work in trimesh, as well as how cyclic dependencies work (because trimesh also depends on manifold3d). I wonder if we can have functions in trimesh that convert a mesh to manifold3d mesh and reverse?
We already have a simple implementation of that: https://colab.research.google.com/drive/1VxrFYHPSHZgUbl9TeWzCeovlpXrPQ5J5?usp=sharing, the main problem is where this code should go to.
ping @elalish.
The text was updated successfully, but these errors were encountered: