X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Tue, 27 Oct 2015 10:36:51 +0100 (CET) X-X-Sender: igor2 AT igor2priv To: "Levente (leventelist AT gmail DOT com) [via geda-user AT delorie DOT com]" X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: Re: [geda-user] home/bkerin/geometry_module branch In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 27 Oct 2015, Levente (leventelist AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: >Okay, I don't want to start another war here. I was browsing the manual of >the CGAL library, and I think it has some nice features that can bring lot >of benefit for us. So I'd go for CGAL. > >Just my two cents. I don't want to join another war here either, but CGAL is not all benefit but has a cost as well. Sloccount on include/ in CGAL says 578k lines of code. It's more than 5 times bigger than the whole PCB src/, including the hids and everything. And it's all C++, while PCB code that needs these calculations are mostly in C.