VTK
The Visualization Toolkit (VTK) is open source software for manipulating and displaying scientific data.The platform is used worldwide in commercial applications, as well as in research and development.
Unleash the power of VTK onto the Web
June 24, 2025
The 9.5.0 release includes many improvments regarding the integration of WASM. In addition to observing VTK objects on the client side, you can also invoke methods on VTK objects. This enables us to implement client/server calls for handling picking with client side objects. The other hidden improvement is related to the increased number of vtk objects available in WASM which should help in reproducing more complex VTK scene more accurately.
You can install the equivalent python wheel with the command
pip install "vtk==9.5.0" --extra-index-url https://wheels.vtk.org
The WASM bundle is available here:
vtk-9.5.0-wasm32-emscripten.tar.gz
June 23, 2025
See vtk/vtk!12192
vtkAlgorithm
inputsvtkDataSetMapper
inputs