Leverage the power of VTK by partnering with Kitware
What It's Like to Work with UsThe Visualization Toolkit (VTK) is open source software for manipulating and displaying scientific data. It comes with state-of-the-art tools for 3D rendering, a suite of widgets for 3D interaction, and extensive 2D plotting capability.
VTK is part of Kitware’s collection of supported platforms for software development. The platform is used worldwide in commercial applications, as well as in research and development. For examples, please see VTK in Action.
VTK 9.4: A Step Closer to the Ways of Python
The Visualization Toolkit (VTK) is a widely used open-source solution for desktop post-processing analysis. Even though the library is written in C++, its sophisticated wrapping infrastructure allows developers to build entire visualization applications in Python and Java. Until recently, the python wrapper naively exposed the C++ functions to Python. For example, a C++ member function […]
Novel Discretization and Formulation Support in VTK and ParaView
VTK and ParaView have a huge library of visualization tools built on a data model that progressively adds conceptual assumptions based on how the data can be represented; the more information you can provide about your data, the more efficient the tools can be. We are adding a new data representation – called a cell grid – to address a large range of novel discretizations.
VTK.wasm and its trame integration
The Visualization Toolkit (VTK) is a widely used open-source solution for post-processing analysis on a desktop. The library is written in C++ but can be used in Python and Java thanks to wrapping infrastructure. A JavaScript library (vtk.js) is also available but lacks the decades of investment and development from which the C++ library benefits. […]