X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <1445971280.702.10.camel@ssalewski.de> Subject: Re: [geda-user] home/bkerin/geometry_module branch From: Stefan Salewski To: geda-user AT delorie DOT com Date: Tue, 27 Oct 2015 19:41:20 +0100 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.5 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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, 2015-10-27 at 10:15 +0100, 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. > > Lev Yes, CGAL is very powerful, it is actively developed, has good documentation and active mailing list. (I had the feeling tree years ago that gts lib was death, no activity on mailing list.) For constrained delauney triangulation I found no other easy solution, coding that from scratch is much work, and only fast in an compiled language. Similar for appolonius graph. It is C++ with templates, with my basic C++ knowledge I had some hard days getting it to work. My Ruby glue code is basically plain C, but one has to understand some basic template stuff.