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.
IndexProgramming Questions & HelpSyntax Questions › 2d and 3d boolean union
Page Index Toggle Pages: 1
2d and 3d boolean union (Read 590 times)
2d and 3d boolean union
Jan 30th, 2009, 10:09pm
 
I was wondering if anyone knows of any libraries that provide 2d and/or 3d boolean operations like union or intersection? I checked out Richard Marxer's lib (geomerative), but it is not up to date to work with the latest version of processing.

Thanks
Re: 2d and 3d boolean union
Reply #1 - Feb 3rd, 2009, 6:56pm
 
bump
Re: 2d and 3d boolean union
Reply #2 - Feb 3rd, 2009, 9:15pm
 
Ah, it reminds me I recently found a Java port of GPC. It covers the 2D question, I think.
But that's Java, not Processing, ie. it needs some work.
Re: 2d and 3d boolean union
Reply #3 - Feb 4th, 2009, 8:12pm
 
I am striking out on this one.  Thanks for the reply PhiLho, but the link seems to be broken.
Re: 2d and 3d boolean union
Reply #4 - Feb 5th, 2009, 12:33pm
 
I fixed the link. Smiley
Re: 2d and 3d boolean union
Reply #5 - Feb 5th, 2009, 1:51pm
 
maybe useful, never tried it.

http://code.google.com/p/creativecomputing/source/browse/#svn/trunk/texone.org.cc.geometry/src/org/texone/geometry/bool
Re: 2d and 3d boolean union
Reply #6 - Feb 5th, 2009, 7:18pm
 
Thanks for fixing the link PhiLo.  GPC is very nice, I wish translating Java into Processing wasn't beyond my current capabilities.

I think I am going to just keep an eye on geomerative.

To all the code wizards out there, Processing really needs boolean operators.  Pretty please. Smiley
Page Index Toggle Pages: 1