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-transfer-encoding; bh=B7GmvlzLKm2H0KQkBkE2wtqLmXPh58PYKpBvIQu2wKQ=; b=RFAd8+tYo/EOtKBsoxBJpv52p3/qoNQh+WilVGXwcHhU61WvUv4ZuxRjT1fM/YsHBX 7MFMu5y7rFnT4M/KH/a/0Av90NcgH7e3BOlD+MgPAWdJEuvICnF7DMc/OorbJyaMDyDv PrJ5d7D3QxePafKs6RF6uXt/OImctrcYfqtowFIRNOThFkUCzSmck5NFm5t7dL8tEhCI ZpHplJFvEiP+CWn8qq3CGCv1Tuh5t75Z0arb1/PC2AQxaWy5mR5rVoNU7jB857q+G/tP 8zPMZBkvf9QFMdDhjZ7jEMMCIEIeVo0qqIj+a/j/YlGJU7hTDmPhkZQUvF5pIZV3jryl 4z7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=B7GmvlzLKm2H0KQkBkE2wtqLmXPh58PYKpBvIQu2wKQ=; b=hooFngUbRdQa2OnfaNrUKqWcSJ5NGExA51AETQjgMMoyX8esGKI5yXYf5d67bRl7bb yUYsOiEdCK2ZqPmgVJHCxjYXRC+rweryNpHj4GcX3MHLxg/khC6MgTUedYKnp2uF6vMA bIhjz9Z2Zj+PmthfG5WnCGq2GbCs+PaIUgmC6Dm/H6obcF6UufcItWVSbQv24GR/tSop WCVoGtNTqIsDj+qtkGbbB0WnU9D7wMMKHR5Vs2Cp0NMLKCGLras27MjGCaqdeZRhBLKz EFpMPiCVFde168d5i2H32YhAOej6gAz5pbh/91H2DMRYRe2O0XPedMNpFgkViB93xNV7 53ZA== X-Gm-Message-State: ABUngvdfKa22Cvq8sVyfTxfvTrV3/Kv/DuXHefkpUJVUlWpqYxwu5v8uRwLAlDq76v1C5A== X-Received: by 10.25.196.136 with SMTP id u130mr4542987lff.62.1478815740339; Thu, 10 Nov 2016 14:09:00 -0800 (PST) Date: Thu, 10 Nov 2016 23:08:55 +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] [pcb-rnd] 6 more import/export plugins + call for testers Message-Id: <20161110230855.9bda5d57a98cb57e22dbbf06@gmail.com> In-Reply-To: <9c0d2698-3378-290e-55ae-ee02e880d8a0@gmail.com> References: <90007773-e175-d8e6-361f-13f618bced10 AT gmail DOT com> <9c0d2698-3378-290e-55ae-ee02e880d8a0 AT gmail DOT com> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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 Are there any hard to implement algorithms with these polygon perimeters in Stipple? On Thu, 10 Nov 2016 12:11:51 -0800 "Charles Repetti (charlie94965 AT gmail DOT com) [via geda-user AT delorie DOT com]" wrote: > 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