Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

python

vtk

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.

like image 645
Azim J Avatar asked Jun 03 '09 01:06

Azim J


2 Answers

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

like image 141
Maggie Avatar answered Nov 20 '22 03:11

Maggie


  • 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.
like image 44
pmav99 Avatar answered Nov 20 '22 01:11

pmav99