Graphics Library with Standard Interaction Features, 2D and 3D
Grant Edwards
grante at visi.com
Wed Dec 31 11:34:21 EST 2008
On 2008-12-31, Benjamin Blundell <onidaito at gmail.com> wrote:
> Hi all. I've had a look around the forums and the we and im looking
> for a library (or a set of libraries) for dealing with Visualisation
> and Interaction in Python.
Have you looked at VTK?
http://www.vtk.org/
I've only used some of the numerical stuff (rather than the
visualization stuff). The parts I've used have a rather
screwy, overly complex API because it's a thinly wrapped C++
library. But, it appears to be quite powerful and well
documented.
http://cens.ioc.ee/projects/pyvtk/
http://www.imaging.robarts.ca/~dgobbi/vtk/vtkpython.html
--
Grant
More information about the Python-list
mailing list