X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=Yo0Fs3sslxTtvJIU3oWceoiPFqPRvMdF1jD4xHOZ7Y8=; b=RiO6pN49f9RLxkUwUd6LrLiGoIeXMKvDKyE2uqjcCSIEEzMgJa04yvZNpzx2HzS3h0 vpf5plXY6VwD2/S9J1SJ3NUsnpbyK1vR+pEwgm1oo6zu/key5rN+nM9EFmMlwGdafx1P dztSW2EyxgRo1KlnobrdkHlPXoEGl24eq3T+95vg/Dn1KPYy+BaRO8BnqODlLWDh0dD1 ySqNT/+mCn0buJoYdXlvu6svMKzF6vrEnlnklCuWcSIIIQ2RKtfoM9uBR38yosVbp5nJ pBhje/GrAOZSnQqa9SPmeENg3kAM1MZUGWwT66mYjSSS9vbaJzPS7j+AJDSCFrBtg1Eu 87RQ== X-Received: by 10.194.58.235 with SMTP id u11mr54560560wjq.52.1452007450353; Tue, 05 Jan 2016 07:24:10 -0800 (PST) Date: Tue, 5 Jan 2016 16:24:04 +0100 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Merging stuff. How to make it happen Message-Id: <20160105162404.e1f8cc23072e94e0bc654c7c@gmail.com> In-Reply-To: References: <201601041946 DOT u04Jkn25014629 AT envy DOT delorie DOT com> <20160105130219 DOT 26727 DOT qmail AT stuge DOT se> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id u05FOFW0007311 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 > >> Stephan Böttcher brought up clipper http://angusj.com/delphi/clipper.php > >> a short while ago and started to write on a gerber file clearance checker > >> http://www.psjt.org/code/drc/screenshot.png, have the project here > >> http://www.psjt.org/code/ > > > > I don't know clipper - I will take a look at that. Thanks! > > This library comes in three implementations: Delphi, C#, C++. That's > _not_ bindings to a common library but three seperate implementations. > > And there are further contributed implementations: Flash Go Haskell Java > LuaJIT Matlab ObjectiveC perl python ruby. > > I wrote (incomplete) Python bindings to the C++ implementation, to see > if that can be used for DRC. > > The library works on integer polygons and uses 128bit integers > internally. > > -- > Stephan Did you find out if anything hard to implement was missing in the library? Nicklas Karlsson