Looking for Delaunay triangulation module...

Grant Edwards grante at visi.com
Fri Aug 31 11:52:22 EDT 2007


Can anybody point me to a Delaunay triangulation module (for
Win32)?  I'm currently using http://flub.stuffwillmade.org/delny/ under Linux, but I have
been unable to find a build for Windows. I don't have the tools
(or skills) to build libqhull and Pythion extensions on Win32).

I've also found the delaunay module in scipy's "sandbox".  I
could never get that module to work under Linux, and I can't
build it for Windows anyway.

So for lack of a delaunay module, I'm stuck trying to port my
application to Win32.

I've spent some time Googling and found various references to
pur Python delaunay modules that were abandoned because they
were slow (though I haven't been able to find any of the actual
modules).  Slow is better than none. ;)

-- 
Grant Edwards                   grante             Yow! An air of FRENCH FRIES
                                  at               permeates my nostrils!!
                               visi.com            



More information about the Python-list mailing list