VTK: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(→‎Administrative Topics: moving all items giving information about VTK to the /Tutorials subdir)
Line 19: Line 19:


==Administrative Topics==
==Administrative Topics==
=== Building VTK ===
* Where can I [http://vtk.org/get-software.php download VTK]?
* Where can I download a tarball of the [http://vtk.org/files/nightly/vtkNightlyDocHtml.tar.gz nightly HTML documentation]?


* Where can I find more [[VTK Additional Information|information about VTK]]?
* How do I build the [[VTK/BuildingDoxygen|Doxygen documentation]]?


* [[VTK 5.4 Release Planning]]
* [[VTK/Git|Using Git for VTK development]]


* Where can I [http://vtk.org/get-software.php download VTK]?
* [[VTK/Build parameters | Build parameters]]


* Where can I download a tarball of the [http://vtk.org/files/nightly/vtkNightlyDocHtml.tar.gz nightly HTML documentation]?
* [[Making Development Environment without compiling source distribution]]


* How do I build the [[VTK/BuildingDoxygen|Doxygen documentation]]?
=== Extending VTK ===


* Where can I get [[VTK Datasets]]?
* Where can I get [[VTK Datasets]]?
Line 35: Line 39:


* [[VTK Coding Standards]]  
* [[VTK Coding Standards]]  
* [[VTK/Git|Using Git for VTK development]]


* [[VTK cvs commit Guidelines]]
* [[VTK cvs commit Guidelines]]
Line 43: Line 45:


* [[VTK Scripts|Extending VTK with Scripts]]
* [[VTK Scripts|Extending VTK with Scripts]]
=== Projects/ Tools that use VTK ===


* [[VTK Tools|VTK-Based Tools and Applications]]
* [[VTK Tools|VTK-Based Tools and Applications]]


* What are some [[VTK Projects|projects using VTK]]?
* What are some [[VTK Projects|projects using VTK]]?
=== Future VTK development ===
* [[VTK 5.4 Release Planning]]


* [[Proposed Changes to VTK | Proposed Changes to VTK]]
* [[Proposed Changes to VTK | Proposed Changes to VTK]]
=== Troubleshooting ===


* [[VTK FAQ|Frequently asked questions (FAQ)]]
* [[VTK FAQ|Frequently asked questions (FAQ)]]
Line 54: Line 64:
* [[VTK OpenGL|Common OpenGL troubles]]
* [[VTK OpenGL|Common OpenGL troubles]]


=== Miscellaneous ===
* [[VTK Related Job Opportunities|VTK Related Job Opportunities]]
* [[VTK Related Job Opportunities|VTK Related Job Opportunities]]
* [[VTK/Writing_VTK_files_using_python | Writing VTK files using python]]
* [[VTK/mesh quality | Geometric mesh quality]]
* [[VTK_XML_Formats | VTK XML Format Details]]


* [[VTK/Third Party Library Patrol | VTK 3rd Party Library Patrol]]
* [[VTK/Third Party Library Patrol | VTK 3rd Party Library Patrol]]
* [[VTK/Python Wrapping FAQ]]
* [[VTK/Executives | VTK executives]]- The New Pipeline model and VTK Executives
* [[VTK/Streaming | Streaming data in VTK]]


* [[VTK/Meeting Minutes | Meeting Minutes]]
* [[VTK/Meeting Minutes | Meeting Minutes]]
* [[VTK/Information Keys | VTK Information Keys and their significance]]
* [[VTK/Build parameters | Build parameters]]
* [[Making Development Environment without compiling source distribution]]


== Releases ==
== Releases ==

Revision as of 21:16, 12 June 2011

vtk-logo2.jpg
The Visualization ToolKit (VTK) is an open source, freely available software system for 3D computer graphics, image processing, and visualization used by thousands of researchers and developers around the world. VTK consists of a C++ class library, and several interpreted interface layers including Tcl/Tk, Java, and Python. Professional support and products for VTK are provided by Kitware, Inc. (www.kitware.com) VTK supports a wide variety of visualization algorithms including scalar, vector, tensor, texture, and volumetric methods; and advanced modeling techniques such as implicit modelling, polygon reduction, mesh smoothing, cutting, contouring, and Delaunay triangulation. In addition, dozens of imaging algorithms have been directly integrated to allow the user to mix 2D imaging / 3D graphics algorithms and data.

Learning VTK

If you are new to VTK, you might want to check out:

  • External Tutorials - short presentations from VTK users and developers around the world on VTK.

Once you have done that, the best way to learn VTK in detail may be to actually see/write VTK code. The following resources will help you do just that:

  • Examples - Short code examples demonstrating how many of the VTK classes can be used.
  • Tutorials - Slightly longer than the examples, these tutorials explain concepts and demonstrate more complicated tasks in VTK.

More resources available to help the user are :

Administrative Topics

Building VTK

Extending VTK

Projects/ Tools that use VTK

Future VTK development

Troubleshooting

Miscellaneous

Releases

Projects

For inclusion in VTK 5.0

For inclusion in VTK 5.2

For inclusion in VTK 5.4

For inclusion in VTK 5.6

For inclusion in VTK 5.8

For inclusion in next VTK release

For inclusion in VTK 6.0

External Links

Development Process

The VTK Community is upgrading its development process. We are doing this in response to the continuing and rapid growth of the toolkit. A VTK Architecture Review Board VTK ARB is being put in place to provide strategic guidance to the community, and individuals are being identified as leaders in various VTK subsystems.

Have a question or topic for the ARB to discuss about the future of VTK? First, please bring the topic to the VTK developers mailing list. If the issue is not resolved there or needs further planning or direction, you may enter a suggested topic for discussion.

Wrapping

Developers Corner

Developers Corner

VTK NextGen

We have started collecting works in progress as well as future ideas at NextGen. Please add anything you are working on, would like to collaborate on, or would like to see in the future of VTK!




VTK: [Welcome | Site Map]