My VTK fork
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Kitware Robot 8041527f45
VTK Nightly Date Stamp
2 weeks ago
.ExternalData Teach SourceTarball.bash to split source and data tarballs 10 years ago
.github doc: update gitlab links in sources and documentation files 3 years ago
.gitlab Merge topic 'ci-update-vs2022-17.5' 2 weeks ago
Accelerators/Vtkm vtkmSlice: Add support for ghost cells and points 2 months ago
CMake VTK Nightly Date Stamp 2 weeks ago
Charts/Core Add ACTION_TYPES_COUNT action type in vtkChart 3 weeks ago
Common Merge topic 'loguru-time-precision-option' 2 weeks ago
Documentation Merge topic 'robust-wireframe' 2 weeks ago
Domains clang-tidy: fix `bugprone-parent-virtual-call` lints 2 months ago
Examples Fix VTKExample-IOCxx find_package call 3 weeks ago
Filters vtkDistancePolyDataFilter: Multithread ComputeCellCenterDistance 2 weeks ago
GUISupport GUISupportQtQuick: convert testing CMake file to Unix line endings 1 month ago
Geovis Fixed / suppressed cppcheck 2.10 warnings 3 months ago
IO Merge topic 'resource-parser' 2 weeks ago
Imaging Merge topic 'image-interpolator-direction' 2 weeks ago
Infovis clang-tidy: fix `modernize-use-emplace` lints 3 weeks ago
Interaction 3D cursor handles CPDM and OpenGL polydata mappers 2 weeks ago
Parallel clang-tidy: fix `modernize-use-emplace` lints 3 weeks ago
Remote Update looking glass to support 8k_gen2 device 2 months ago
Rendering Merge topic 'robust-wireframe' 2 weeks ago
Testing Merge topic 'fixHtgReader' 2 weeks ago
ThirdParty Merge topic 'loguru-time-precision-option' 2 weeks ago
Utilities clang-tidy: fix `readability-redundant-member-init` lints 3 weeks ago
Views clang-tidy: fix `readability-redundant-access-specifiers` lints 2 months ago
Web clang-tidy: fix `modernize-use-emplace` lints 3 weeks ago
Wrapping clang-tidy: fix `modernize-macro-to-enum` lints 3 weeks ago
.clang-format Add PyObject_HEAD to clang-format 2 years ago
.clang-tidy clang-tidy: note and mask `bugprone-suspicious-realloc-usage` lints 3 weeks ago
.gitattributes gitattributes: ignore formatting in CMake/patches 3 years ago
.gitignore RT wrapper, VisRTX backend 4 years ago
.gitlab-ci.yml ci: migrate all Qt builds to Qt6 1 month ago
.gitmodules VTKm: bump to v1.7.1 1 year ago
.hooks-config.bash
.kitware-release-paraview.json release: update notification lists in the release process 8 months ago
.kitware-release.json release: update notification lists in the release process 8 months ago
CMakeLists.txt Merge topic 'fix_vtk_version' 2 weeks ago
CONTRIBUTING.md doc: update gitlab links in sources and documentation files 3 years ago
CTestConfig.cmake Change CTEST_DROP_METHOD from http to https 6 months ago
Copyright.txt
README.md Standardize link style 4 months ago
vtkBanner.gif DOC: Update the Gitlab banner to new VTK logo design. 5 years ago
vtkLogo.ico DOC: Update the Gitlab banner to new VTK logo design. 5 years ago

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 modeling, 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

  • General information is available at the VTK Homepage.

  • Community discussion takes place on the VTK Discourse forum.

  • Commercial support and training are available from Kitware.

  • Doxygen-generated nightly reference documentation is available online.

  • There is now a large collection of VTK Examples that showcase VTK features and provide a useful learning resource.

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 compilers:

  1. GCC 4.8 or newer
  2. Clang 3.3 or newer
  3. Apple Clang 5.0 (from Xcode 5.0) or newer
  4. Microsoft Visual Studio 2015 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)

Building

See build.md (in Documentation/dev/) for build instructions.

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.