This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/vtk/badges/latest-version.svg)](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]]