Tkinter performance

Bryan VanDeVen bryanv at arlut.utexas.edu
Mon Apr 19 15:49:47 EDT 1999


> 
> I'd suggest using PyOpenGL with the NumPy extension.  In combination, it
> can be quite fast, by pushing the loops to C extension modules.  The only
> portability problem is to the mac -- there is no Togl widget for the mac
> yet.

Another alternative would be the excellent Visualization Toolkit
Library, freely available from http://www.kitware.com.  It is a large
cross-platform C++ class library for building 2D and 3D data
visualization apps which has both Python and tcl/tk bindings.  


-- 
Bryan Van de Ven
Applied Research Labs
University of Texas, Austin




More information about the Python-list mailing list