My VTK fork
 
 
 
 
 
 
Go to file
Thomas Galland 47544c1e82 Merge topic 'fix-fds-slice-name'
27af9d3f8b FDS: add additional test with new example
b5500eda03 FDS: quick fix to slice naming

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Reviewed-by: Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com>
Reviewed-by: Thomas Galland <thomas.galland@kitware.com>
Merge-request: !10528
2023-10-02 07:53:03 -04:00
.ExternalData
.github
.gitlab ci: Enable RenderingCellGrid for WebAssembly 2023-09-28 17:04:50 -04:00
Accelerators/Vtkm vtk-m: Convert exception on unsupp type 2023-09-18 13:36:10 -04:00
CMake VTK Nightly Date Stamp 2023-10-02 00:02:44 -04:00
Charts/Core Fixed clearly extraneous semi-colons 2023-09-20 21:42:49 -04:00
Common Merge topic 'fix-static-build' 2023-09-28 13:24:31 -04:00
Documentation Merge topic 'RefactorConduitSource' 2023-10-02 04:32:35 -04:00
Domains Adding standard SPDX copyright and license to all vtk modules 2023-07-25 17:51:01 +02:00
Examples Updated .gitignore file for Xcode files 2023-09-22 10:55:41 -04:00
Filters Merge topic 'fix-static-build' 2023-09-28 13:24:31 -04:00
GUISupport Fix VTK_ABI_NAMESPACE for QtQuick testing 2023-09-17 13:22:26 -04:00
Geovis vtk-config: avoid requiring packages in shared installs 2023-08-07 17:27:48 -04:00
IO Merge topic 'fix-fds-slice-name' 2023-10-02 07:53:03 -04:00
Imaging Adding standard SPDX copyright and license to all vtk modules 2023-07-25 17:51:01 +02:00
Infovis Fixed clearly extraneous semi-colons 2023-09-20 21:42:49 -04:00
Interaction Fixed clearly extraneous semi-colons 2023-09-20 21:42:49 -04:00
Parallel Fixed clearly extraneous semi-colons 2023-09-20 21:42:49 -04:00
Remote Update the ref to vtkDICOM remote module 2023-08-27 12:07:51 -06:00
Rendering Merge topic 'draw-textured-elements-gles3' 2023-09-29 08:40:40 -04:00
Testing FDS: add additional test with new example 2023-09-27 13:53:33 +02:00
ThirdParty Fix `VTK::token`'s `INSTALL_INTERFACE` search path. 2023-09-29 13:45:05 -04:00
Utilities Merge topic 'spdx-python-cleanup' 2023-08-16 11:36:15 -04:00
Views vtk-config: avoid requiring packages in shared installs 2023-08-07 17:27:48 -04:00
Web Adding standard SPDX copyright and license to all vtk modules 2023-07-25 17:51:01 +02:00
Wrapping Made more parameters const, as suggested by cppcheck 2.12 2023-09-16 10:40:35 -04:00
.clang-format
.clang-tidy clang-tidy: note and mask `bugprone-suspicious-realloc-usage` lints 2023-05-17 09:01:31 -04:00
.gitattributes
.gitignore Updated .gitignore file for Xcode files 2023-09-22 10:55:41 -04:00
.gitlab-ci.yml ci: Add Dummy job to ensure there is always a successful job. 2023-09-21 12:10:59 -04:00
.gitmodules
.hooks-config.bash
.kitware-release-paraview.json release: update notification lists in the release process 2022-09-27 10:54:24 -04:00
.kitware-release.json release: update notification lists in the release process 2022-09-27 10:54:24 -04:00
.readthedocs.yaml docs: bootstrap sphinx directory 2023-06-02 09:10:10 -04:00
CMakeLists.txt Bump the maximum CMake version. 2023-09-26 12:39:57 -04:00
CONTRIBUTING.md docs: extract quickstart guide out of develop.md 2023-06-02 09:10:10 -04:00
CTestConfig.cmake Change CTEST_DROP_METHOD from http to https 2022-12-14 23:02:20 -05:00
Copyright.txt
README.md Standardize link style 2023-02-13 13:14:58 +01:00
vtkBanner.gif
vtkLogo.ico

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.