diff options
author | Youjie Zhou <jmpopush@gmail.com> | 2014-02-17 19:17:06 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-18 14:59:56 -0600 |
commit | 14778a16925e75e495f241a398e02acba66fe97b (patch) | |
tree | 0dd068331d1afda81de6c4672ada9bb7b5667d81 /libraries/VTK/README | |
parent | 5d5bdf12ee93d5e4f783e0437f135032ac8c1603 (diff) | |
download | slackbuilds-14778a16925e75e495f241a398e02acba66fe97b.tar.gz |
libraries/VTK: Added (The Visualization Toolkit).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/VTK/README')
-rw-r--r-- | libraries/VTK/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/VTK/README b/libraries/VTK/README new file mode 100644 index 0000000000..e85f751d40 --- /dev/null +++ b/libraries/VTK/README @@ -0,0 +1,13 @@ +The Visualization Toolkit (VTK) is an open source, freely available +software system for 3D computer graphics, modeling, image processing, +volume rendering, scientific visualization and information +visualization. VTK also includes ancillary support for 3D interaction +widgets, two and three-dimensional annotation, and parallel +computing. At its core VTK is implemented as a C++ toolkit, requiring +users to build applications by combining various objects into an +application. The system also supports automated wrapping of the C++ +core into Python, Java and Tcl, so that VTK applications may also be +written using these interpreted programming languages. + +VTK provides several language bindings. You may need to modify related +cmake options. Only Qt binding is enabled by default. |