From: Josh A. <sc...@gm...> - 2013-11-07 01:57:19
|
On Wed, Nov 6, 2013 at 5:16 PM, Krzysztof Kosiński <twe...@gm...> wrote: > In Debian, CGAL depends on a ton of stuff, including Qt. It also looks > somewhat harder to use than 2Geom. However I don't have a strong > opinion on using it. I don't have a strong opinion myself, just a desire for us to get access to better boolops and to get closer to being able to ditch livarot. The dependencies might have changed more recently... in addition to "libcgal10", there is also a "libcgal-qt4-10". On Ubuntu 13.10, according to Synaptic here are the deps for "libcgal10": libboost-thread1.53.0 libc6 libgcc1 libgl1-mesa-glx | libgl1 libgmp10 libstdc++6 zlib1g It's not even recommending or suggesting Qt on that main package. The changelog doesn't give me any reason to believe it's an Ubuntu specific change either. > FWIW, the documentation of the boolops code in CGAL is here. CGAL > subdivides the input curves into x-monotone fragments, so we would > need to "un-subdivide" the result after it is computed. > http://doc.cgal.org/latest/Boolean_set_operations_2/index.html Great, more things to learn that I will likely never have the full knowledge needed to be able to apply them anywhere. :-) Cheers, Josh |