X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <1362244489.3740.7.camel@AMD64X2.fritz.box> Subject: Re: [geda-user] Router fun with rubberbands From: Stefan Salewski To: geda-user AT delorie DOT com Date: Sat, 02 Mar 2013 18:14:49 +0100 In-Reply-To: References: <1354748372 DOT 3386 DOT 3 DOT camel AT AMD64X2> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.6.3 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 Fri, 2012-12-07 at 14:34 +0100, Kai-Martin Knaak wrote: > Stefan Salewski wrote: > > > I just fixed some trivial bugs of my toy router and put some pictures on > > my page: > > > http://www.ssalewski.de/Router.html.en > > Cool. > Just curious: Is there any reltion to the topo router project that was > started during Google summer of code? > > I hope, your project is going fly! > > ---<)kaimartin(>--- I have done some cleanup, put new pictures and the source code on my page: http://www.ssalewski.de/Router.html.en Cleanup is still a work in progress -- the upper half of router.rb is not bad, the lower half contains some clutter. Basically it is very simple, and results are not bad. I am using CGAL for the initial Delaunay triangulation now. The code contains some death functions called unused_... -- without these it should be less than 1k lines.