What are some recommended resources and tutorials for learning the VTK library toolkit? [closed]

StackOverflow https://stackoverflow.com/questions/942657

  •  09-09-2019
  •  | 
  •  

Question

Apart from the books available from Kitware, I am looking for some links to any resources that could help in learning the VTK library. Preferably, with example code and tutorials. Google results have not been terribly informative for me. So I am asking here for links to VTK resources.

Was it helpful?

Solution

I used vtk on my last project. I used it with C++ though, not python.

I remember the forums, wiki and mailing lists had a lots of useful information and helpful people:

http://www.vtk.org/VTK/project/getinvolved.html

http://www.vtk.org/VTK/resources/applications.html

OTHER TIPS

  • You can buy the official books
  • You can check some free ones
  • You must definitely check the examples at the WIKI
  • You can look at the source
  • This tutorial is a good intoduction. It is about Tcl but it should be trivial to translate the examples in other languages.
  • You can ask at the vtk-users mailing list as Maggie suggested.
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top