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

做~自己de王妃 提交于 2019-12-21 10:31:20

问题


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.


回答1:


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




回答2:


  • 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.


来源:https://stackoverflow.com/questions/942657/what-are-some-recommended-resources-and-tutorials-for-learning-the-vtk-library-t

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!