[vtkusers] Learning VTK with Python

David Gobbi david.gobbi at gmail.com
Wed Jan 27 12:42:27 EST 2010


Several years ago I made a python-VTK framework for medical image
visualization (http://www.atamai.com/AtamaiViewer/NightlyDoc/html/)
and I'm sure that several other groups have also made python
frameworks for specific VTK tasks.  In fact, it seems to me that
Enthought has turned their framework into a business.

My advice is to just focus on high-level python classes like your
Screen class.  Writing python classes for things like the VTK sources
doesn't really add anything.

  David


On Wed, Jan 27, 2010 at 9:51 AM, Anders Wallin
<anders.e.e.wallin at gmail.com> wrote:
> Hi group,
>
> I'm trying to learn VTK with Python for developing and visualizing
> CAD/CAM algorithms.
>
> So far I've created a few classes for playing around with the simple
> vtk-sources:
> http://pastebin.ca/1768159
>
> this allows me to easily draw and modify things in a vtk-view:
> http://pastebin.ca/1768160
>
> is there already something existing like this for the Python bindings?
> (am I reinventing the wheel here?)
> I'd like a simple framework where testing vtk and simple algorithms +
> taking screenhots and making animations is not too difficult.
>
>
> thanks,
>
> Anders W
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>



More information about the vtkusers mailing list