CAVEconnectome / MeshParty

Apache License 2.0
35 stars 16 forks source link

Interoperability with PyVista #33

Open banesullivan opened 5 years ago

banesullivan commented 5 years ago

Would it make sense to build interoperability between MeshParty and PyVista? Maybe for 3D viz at the least?

I see you already have a VTK dependency... PyVista is simply a wrapper/helper library for VTK mesh/grid types that has full support for 3D rendering, analysis, and filtering.

fcollman commented 5 years ago

yes I think that I would like to basically remove much of what is in trimesh_vtk and replace it with pyvista and/or vtk plotter style commands. Certainly maintaining multiple implementation of numpy>vtk representations doesn't make sense.