Need Suggestions for Python/Tk/VTK

Fernando Perez fperez528 at yahoo.com
Thu May 6 12:00:07 EDT 2004


>>>>>> "Yang" == Yang Wang <dietpaopao at netscape.net> writes:
> 
>     Yang> Dear All, I am totally new to Python, however had some
>     Yang> experience with Tcl/Tk.  Currently I am doing a project that
>     Yang> will need Python/Tk as well as VTK(Visualization Toolkit)
>     Yang> for image processing and visualization.
> 
>     Yang> Have anyone had any experience in this that can give me some
>     Yang> suggestions or references?

Have you looked at mayavi yet?

http://mayavi.sourceforge.net/

It's a full-blown python-tk-vtk data visualizer.  There's a chance it may
already do what you need (or you can script it to do it).  If not, it will be
excellent example code.

cheers,

f



More information about the Python-list mailing list