Resources#

For commercial or confidential consulting related to VTK or any of our other products and services, please contact Kitware’s advanced support team for personalized assistance.

Python#

Name

Description

PyPI

Python Wheels

pip install vtk

wheels.vtk.org

See Additional Python Wheels

pip install --extra-index-url https://wheels.vtk.org vtk

Docker#

The VTK Docker Repositories are a set of ready-to-run Docker images aiming to support development and testing of VTK-based projects.

Repository

Description

Dockerfile

kitware/vtk

Images with built dependencies to support the continuous integration of VTK

kitware/vtk-for-ci

Images with installation of VTK (in /opt/vtk/install) to support building & testing your VTK-based projects.
Learn more reading this blog.

kitware/vtk-wasm

Static emscripten build of VTK to support building VTK-based WebAssembly applications. See Using WebAssembly

kitware/vtkm

Images with built dependencies to support the continuous integration of VTK-m.