We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Mesh Library (Read 2166 times)
Mesh Library
May 29th, 2008, 6:52pm
 
I just found the Mesh library written by Lee Byron in Jan 2007. He says:

Quote:
Mesh is a library for creating Voronoi, Delaunay and Convex Hull diagrams in Processing. After searching online for a Java package for creating Voronoi diagrams and failing to find anything simple enough to fit my needs I decided to make my own as simple as possible. I did find the wonderfully useful QuickHull3D package, which the algorithms for creating these diagrams are based on. These complete in O(n log n) time.


http://www.leebyron.com/else/mesh/
Re: Mesh Library
Reply #1 - Aug 13th, 2008, 9:52pm
 
this is great!

I am just starting out with processing...I am wondering how to implement this. I was thinking just as an experiement, that I would use the "flocking" example and create a convex hull around the flock of boids...but I can't figure out where to place the method...can you give me any advice?
Page Index Toggle Pages: 1