PyMesh / PyMesh

Geometry Processing Library for Python
1.89k stars 359 forks source link

boolean is very slow, any cuda gpu support? #327

Open lancexiang opened 2 years ago

lancexiang commented 2 years ago

Pymesh boolean is too slow for merge two meshs, is there any way to put the mesh into cuda, like deep learning?

elalish commented 2 years ago

You might consider https://github.com/elalish/manifold, which is CUDA-accelerated, has guaranteed-manifold Boolean operations, and has a Python wrapper.

jboirazian commented 4 months ago

i know that its been a while , but if you want to merge multiple meshes use pymesh.merge_meshes

https://pymesh.readthedocs.io/en/latest/api_local_mesh_cleanup.html#merge-multiple-meshes

its waaay faster than pymesh.boolean union