Not sure about the BSD licensing part, but here are some cool TIN triangulators which are open source.
This one (Streaming Delaunay) has BSD-like license, but may be overkill for what you need: http://www.cs.unc.edu/~isenburg/sd/ This one (FIST) has nebulous licensing (different for commercial and non-commercial uses): http://www.cosy.sbg.ac.at/~held/projects/triang/triang.html And finally, this one is pretty good, but also has unclear licensing: http://www.cs.cmu.edu/~quake/triangle.html Traian -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Michael P. Gerlek Sent: Monday, March 02, 2009 1:17 PM To: 'OSGeo Discussions' Subject: [OSGeo-Discuss] Open source TIN code? The Community has need of BSD-licensed source code for TIN generation (in 3-space). It doesn't have to be "really good", just good enough for some simple demo apps (for example, full-on Delauney support not needed). I know there are a bunch of TIN algs out there on the net in various places, but I don't have much experience with any of them. If anyone has any pointers, I'd appreciate it. Thanks -- -mpg _______________________________________________ Discuss mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/discuss _______________________________________________ Discuss mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/discuss
