VTK 8.0

Now with VTK-m and improved filters.

Get the details

Dual Depth Peeling

A new algorithm converges to an image in half the time.

Read the blog

Hundreds of Algorithms

VTK applications are constructed by connecting  vtkAlgorithms (aka filters) together. Each filter computes derived data for the filter (or filters) connected to it.

Learn More

3D Graphics

VTK’s graphics components create surface and volume renderings of scientific datasets.

 

Learn More

Language Agnostic

VTK is written in C++ and has bindings to Python, Java, and Tcl. External bindings to Ada and C# are available.

Learn More

Data Models

VTK’s core data model is able to represent almost any real-world problem with which physical scientists are likely to work.

 

 

Learn More

Modeling

VTK’s modeling algorithms can alter the shape of data to help let you manipulate information into a more visually comprehensible format.

 

Learn More

Interaction and GUI Support

VTK has an extensive set of 3D widgets with customizable interaction and integrates seamlessly with a variety of windowing systems

Learn More

InfoVis

VTK includes table and graph data structures and associated algorithms and display/interaction classes for Information Visualization.

 

Learn More

Visualize Your Data With VTK

The Visualization Toolkit (VTK) is an open-source, freely available software system for 3D computer graphics, image processing, and visualization. It consists of a C++ class library and several interpreted interface layers including Tcl/Tk, Java, and Python. VTK supports a wide variety of visualization algorithms including scalar, vector, tensor, texture, and volumetric methods, as well as advanced modeling techniques such as implicit modeling, polygon reduction, mesh smoothing, cutting, contouring, and Delaunay triangulation. VTK has an extensive information visualization framework and a suite of 3D interaction widgets. The toolkit supports parallel processing and integrates with various databases on GUI toolkits such as Qt and Tk. VTK is cross-platform and runs on Linux, Windows, Mac, and Unix platforms. VTK is part of Kitware’s collection of commercially supported open-source platforms for software development.

Download Latest Release

VTK version 7.0.0 is now available for download

Support and Services

Kitware offers advanced software R&D solutions and services. Find out how we can help with your next VTK project

Guide and Textbook

Purchase the VTK Users Guide or Textbook

Training Courses

Attend an upcoming VTK training course

VTK Mailing Lists

Join the VTK mailing lists to stay informed on projects.

Request a Feature

Tell us what you think about VTK

VTK-Enabled Applications

ParaView

ParaView is a scalable front-end for visualization with VTk. It runs on everything from laptops to the world’s largest super computers.

VeloView

VeloView is an open source application built on top of ParaView that performs visualization of live or captured 3D LiDAR data from Velodyne’s HDL line of sensors

3D Slicer

3D Slicer is a free, open-source, extensible application for visualization and image analysis, particularly for medical images.

Recent Posts

VTK 8.0.0

VTK 8.0.0

The Visualization Toolkit (VTK) development team is happy to announce the eighth major release of VTK. For the source, data, and documentation packages, please visit VTK’s website. Take a look at … Read More

Version 8.0 of the Visualization Toolkit Assigns New Code Standard

Version 8.0 of the Visualization Toolkit Assigns New Code Standard

Kitware disseminates version 8.0 of the Visualization Toolkit, which prioritizes C++11 and data processing for high-performance computing. Kitware passed another turning point for the Visualization Toolkit (VTK) with the release … Read More

VTK 8.0.0.rc2 ready for testing

VTK 8.0.0.rc2 ready for testing

The VTK maintenance team is happy to announce that the second release candidate has been tagged for VTK 8.0. You can find the source, data and documentation tarballs here: http://www.vtk.org/download/#candidate … Read More

VTK 8.0.0-rc1 ready for testing

VTK 8.0.0-rc1 ready for testing

The VTK maintenance team is happy to announce that VTK 8.0 has entered the release candidate stage! You can find the source, data and documentation tarballs here: http://www.vtk.org/download/#candidate Take a … Read More

New VTK Source for Generating Different Cell Types

New VTK Source for Generating Different Cell Types

The linear-edge cell types supported in VTK and ParaView are used all the time and have seen extensive use. While many people are aware of the higher-order cell types available … Read More

Be careful what you grab!

Grabbing a rendered image is a fairly common thing to do in VTK applications. Many do that as follows: vtkRenderWindow *renWin = … .. renWin->Render() vtkNew<vtkWindowToImage> w2i; .. // Let’s … Read More

Source: blog.kitware.com