-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
We should port this module to use VectorBoolean instead of Clipper.
https://bitbucket.org/andyfinnell/vectorboolean
http://losingfight.com/blog/category/graphics/
Main obstacle is that it's a Objective-C library. We should port to C++ (or ask Andy to do; I'm contacting him separately), but might be worth trying it out first. I managed to get it compiled on Linux using:
clang++ -fblocks *.m -I /usr/include/GNUstep -I /usr/lib/gcc/x86_64-nux-gnu/4.8/include/objc -lobjc -lgnustep-base -lgnustep-gui -lBlocksRuntime
I had issues with blocks_runtime.h missing from my system, which I hacked around. The app doesn't run for me, but I imagine the operations work. It should be even easier to get it running on OS X. It's probably a weekend's work to hook this up to booleanOperations for someone comfortable with Objective-C, or a week for someone who isn't.
adrientetar
Metadata
Metadata
Assignees
Labels
No labels