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=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=eCBqmp1EtgvD8+5Wcezc6yyhJ7KxMm2mkc15LDdnf5I=; b=z5Bl90i9sNcfVE7qeRzwhJR/Jp0HaPtGUS8HSimrvQlSoWm1pqVj7hva2KunGfKFgx dnkNLS9j47q+Sxzv/yr7dkmkg9BXM7sYoUHW3q9b11D4hOvmvsT5wB+i0eQkagpAM/og rUQLnrPvmsD78R7WjH2BBbjaR1ZMShqc9I4ZzsR3dkCWSUsjwH38miS7G//LtLvFf/ca WUavpuN0y5TYxNwuamxMmIRffh2xjVmi6l9TMQmqkgFuDU58etJqjBV6PqwQV4C0B47k 4IMPvaAAQqLo4MOYb4xBSF06TMP7IWniZDgqETtyVvx8zBnq0DTHZeYV+1v5Z6IQEOdx xmQg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=eCBqmp1EtgvD8+5Wcezc6yyhJ7KxMm2mkc15LDdnf5I=; b=I/wc8GwOPeWvhnzH36HGM80AtoG1gvgDNEIJP3nqtFq6mW52QtfLWm2oeY/4DnRHPH XiLCIbDkEy2d+V7tOV6t9+nAkjoI8Bk6JCNODuvQd5LikVf4Mwu7f6iEJM6Vy4ZDvG9I STPmDCOa+lYa4SU9aUu5gezOIflQsOE1LJjpjLltIv3eUOZPk32ZlFln8j08QIUj9lM8 SXlH5+O29tZZ1nYQkMLysw1KLJfTZ94TZncmUCd2XGeurz83S65jCDHks33IpUwdIcxN towUHSwOrVtbMKcP7hQFfECqBXJuB6eZbhphNCq8d2vZ6xoNBTc4oZhlMy+t3p+A38YL vfQQ== X-Gm-Message-State: ABUngvf5U18J5POwQTM/ALW8q3lWqBvGmic6mbvCtTeQyfSIaAb0Rg9I7uqPMrMnsMc/oQ== X-Received: by 10.98.16.132 with SMTP id 4mr6820631pfq.163.1478808712825; Thu, 10 Nov 2016 12:11:52 -0800 (PST) Subject: Re: [geda-user] [pcb-rnd] 6 more import/export plugins + call for testers To: geda-user AT delorie DOT com References: <90007773-e175-d8e6-361f-13f618bced10 AT gmail DOT com> From: "Charles Repetti (charlie94965 AT gmail DOT com) [via geda-user AT delorie DOT com]" Message-ID: <9c0d2698-3378-290e-55ae-ee02e880d8a0@gmail.com> Date: Thu, 10 Nov 2016 12:11:51 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed 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 Oops, I just took a look at that and since I use the Boost library (www.boost.org) to calculate all those polygon perimeters in Stipple (http://www.sandpiper-inc.com/stipple/html/), I depend on C++. On 11/10/16 11:18 AM, gedau AT igor2 DOT repo DOT hu wrote: > Hello Charles, > > On Thu, 10 Nov 2016, Charles Repetti (charlie94965 AT gmail DOT com) [via > geda-user AT delorie DOT com] wrote: > >> >> Igor2 >> >> I contributed the Stipple plugin, which I find indispensable for >> flexible >> circuit boards and capacitive touch sensors (features not found in >> KiCad). >> If I can find time for a test of your branch with my plugin I'll let you >> know I've verified it. > > Thank you! > > I found your plugin while listing all available plugins. Unfortunately > your plugin is written in C++ while in pcb-rnd we have a C-only policy > (C89 for most code, especially feature plugins). If you decide to port > your plugin to C, I'd be happy to include it in pcb-rnd. > > Regards, > > Igor2 >