-
And the official Python API (https://docs.vtk.org/en/latest/api/python.html) which is closer to the C++ version, and may be better for learning if you have the desire to move to that C++ version later.
Anyway, don't forget to use uv (https://docs.astral.sh/uv/) because it's nice. Have fun.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Awesome that this includes a mesh repair project: https://pymeshfix.pyvista.org/
Some slicers only offer Mesh Repair on Windows because they depend on the Printing3DModel API [1]. MeshLab is OSS and powerful, but hard to use [2]
[1] https://learn.microsoft.com/en-us/uwp/api/windows.graphics.p...
[2] https://www.meshlab.net/
-
I mostly use tools like this for data exploration in Jupyter notebooks and PyVista was fine when I tried it out last year. However, I found I could get results much faster with Vedo[0].
No hate though, I'm so glad there are options in this space!
[0]https://vedo.embl.es/