Skip to content

VTK.wasmA simple path to go from C++ to Web

Unleash the power of VTK onto the Web

Example of VTK.wasm using inside a trame application

Activities

VTK 9.5 is out

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

sh
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

Fix serialization for RenderingAnnotation module

June 23, 2025

See vtk/vtk!12192

  • Fix deserialization of vtkAlgorithm inputs
  • Fix serialization of vtkDataSetMapper inputs

See all news