Leverage the power of VTK by partnering with Kitware
What It's Like to Work with Us
Process images and create 3D computer graphics with the Visualization Toolkit.
The 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 Pipelines in Python
In my last blog, I used this syntax in one example: This is one of the many shortcuts we have been introducing to make writing Python code and scripts easier. It is equivalent to: If you would like to know more about VTK pipelines, I refer you to the VTK book. Here, I will focus […]
VTK + trame + Jupyter = magic
In a previous blog, I promised to cover modern ways of quickly developing user interfaces for prototyping. When I was a junior VTK developer, one of my favorite tools was this: This nameless application enabled the user to type VTK code in the text editor and immediately see the results in the render window on […]
Trame for React applications
Integrating trame into React applications.