vtk
Libraries for 3D computer graphics
The Visualization Toolkit (VTK) is a C++ library for 3D computer graphics, image processing and visualization. It supports a wide variety of visualization algorithms including: scalar, vector, tensor, texture, and volumetric methods; and advanced modeling techniques such as: implicit modeling, polygon reduction, mesh smoothing, cutting, contouring, and Delaunay triangulation. VTK has an extensive information visualization framework, has a suite of 3D interaction widgets, supports parallel processing, and integrates with various databases on GUI toolkits such as Qt and Tk.
- Versions: 9.3.0 · 7.1.1
- Website: https://vtk.org/
- Licenses: Modified BSD
- Package source: gnu/packages/image-processing.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of vtk
as follows:
guix install vtk
Or install a particular version:
guix install vtk@7.1.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of vtk about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/vtk'><img src='https://packages.guix.gnu.org/packages/vtk/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/vtk)
Example Org:
[[https://packages.guix.gnu.org/packages/vtk][https://packages.guix.gnu.org/packages/vtk/badges/latest-version.svg]]