My VTK fork
 
 
 
 
 
 
Go to file
Ben Boeckel 2d56834c55 gitattributes: ignore formatting in CMake/patches
This code generally comes from CMake and should not be reformatted using
VTK's settings.
2020-04-09 17:35:19 -04:00
.ExternalData
.github github: add a PR template to point to gitlab 2017-09-26 07:34:25 -04:00
Accelerators/Vtkm AcceleratorsVtkm: remove obsolete condition 2020-04-09 13:10:36 -04:00
CMake Merge topic 'update-minimum-cmake' 2020-04-09 17:35:11 -04:00
Charts/Core Merge topic 'StrokeControlPointBugFix' 2020-03-27 00:02:40 -04:00
Common Merge topic 'vtkVersionFull' 2020-04-06 04:03:23 -04:00
Documentation docs: add a release note for the CMake bump 2020-04-09 13:10:36 -04:00
Domains Update BlueObeliskData 2020-02-26 09:51:55 +01:00
Examples Use Cocoa Auto Layout to allow nice window resizing 2020-04-08 08:37:08 -04:00
Filters Merge topic 'asan-fixes' 2020-04-08 10:16:46 -04:00
GUISupport Merge topic 'qt_deprecated_func' 2020-04-09 16:15:16 -04:00
Geovis Fixed many clang-tidy inconsistent-declaration-parameter-name warnings 2020-03-13 11:13:27 -04:00
IO Merge topic 'nrrd-gzip-read' 2020-04-09 11:26:41 -04:00
Imaging Add generic image interpolator 2020-03-25 12:59:49 -04:00
Infovis add missing override qualifiers 2020-01-08 14:59:06 -05:00
Interaction vtkInteractorStyleUnicam: update to use `enum` as intended 2020-03-17 13:11:27 -04:00
Parallel fix misc. warnings reported on dashboards. 2020-04-02 06:19:37 -04:00
Remote Disable parallel tests when CUDA is enabled 2020-02-13 12:09:27 -05:00
Rendering Merge topic 'backport-missed-mrs-9.0' into release 2020-04-08 17:31:24 -04:00
Testing vtkNrrdReader: add missing test data 2020-04-07 19:42:35 +02:00
ThirdParty cmake: remove CUDA_STANDARD conditionals 2020-04-09 13:10:36 -04:00
Utilities Merge topic 'backport-script-merge-conflicts' 2020-04-08 09:04:34 -04:00
Views Move interactors into new UI module 2020-02-14 13:41:20 -05:00
Web an assortment of minor compiler warnings etc 2020-01-09 10:11:04 -05:00
Wrapping Merge topic 'java-install-logic' 2020-04-09 13:00:52 -04:00
.clang-format clang-format: commit configuration file 2019-11-18 13:02:10 -05:00
.gitattributes gitattributes: ignore formatting in CMake/patches 2020-04-09 17:35:19 -04:00
.gitignore RT wrapper, VisRTX backend 2019-04-03 14:15:03 -04:00
.gitmodules vtkm: move the submodule to a lower subdirectory 2019-01-08 08:20:45 -05:00
.hooks-config.bash
CMakeLists.txt cmake: use NEW behaviors for policies up to CMake 3.16 2020-04-09 13:10:37 -04:00
CONTRIBUTING.md doc: update reference to the mailing lists 2019-02-19 19:37:11 -05:00
CTestConfig.cmake
Copyright.txt Copyright: bump the year 2015-01-14 17:14:52 -05:00
README.md doc: update reference to the mailing lists 2019-02-19 19:37:11 -05:00
vtkBanner.gif DOC: Update the Gitlab banner to new VTK logo design. 2018-05-26 13:36:33 +02:00
vtkLogo.ico DOC: Update the Gitlab banner to new VTK logo design. 2018-05-26 13:36:33 +02:00

README.md

VTK - The Visualization Toolkit

Introduction

VTK is an open-source software system for image processing, 3D graphics, volume rendering and visualization. VTK includes many advanced algorithms (e.g., surface reconstruction, implicit modelling, decimation) and rendering techniques (e.g., hardware-accelerated volume rendering, LOD control).

VTK is used by academicians for teaching and research; by government research institutions such as Los Alamos National Lab in the US or CINECA in Italy; and by many commercial firms who use VTK to build or extend products.

The origin of VTK is with the textbook "The Visualization Toolkit, an Object-Oriented Approach to 3D Graphics" originally published by Prentice Hall and now published by Kitware, Inc. (Third Edition ISBN 1-930934-07-6). VTK has grown (since its initial release in 1994) to a world-wide user base in the commercial, academic, and research communities.

Learning Resources

Reporting Bugs

If you have found a bug:

  1. If you have a patch, please read the CONTRIBUTING.md document.

  2. Otherwise, please join the VTK Discourse forum and ask about the expected and observed behaviors to determine if it is really a bug.

  3. Finally, if the issue is not resolved by the above steps, open an entry in the VTK Issue Tracker.

Requirements

In general VTK tries to be as portable as possible; the specific configurations below are known to work and tested.

VTK supports the following C++11 compilers:

  1. Microsoft Visual Studio 2015 or newer
  2. gcc 4.8.3 or newer
  3. Clang 3.3 or newer
  4. Apple Clang 5.0 (from Xcode 5.0) or newer
  5. Intel 14.0 or newer

VTK supports the following operating systems:

  1. Windows Vista or newer
  2. Mac OS X 10.7 or newer
  3. Linux (ex: Ubuntu 12.04 or newer, Debian 4 or newer)

Contributing

See CONTRIBUTING.md for instructions to contribute.

License

VTK is distributed under the OSI-approved BSD 3-clause License. See Copyright.txt for details.