Re: [Kicad-developers] New Package for Mac OS X

2014-01-22 Thread Fabrizio Tappero
Renato, well done, does it work well? is this the best OS X distro? any OS X version in which it does not work? dependencies? is this based on a stable/old/new KiCad distro? I have lots of people asking for a dmg for OS X so I would like to link this to

Re: [Kicad-developers] Net names and net codes

2014-01-22 Thread Carl Poirier
Maciej, Can you summarize to me how the function Triangulation::createDelaunay( nodes.begin(), nodes.end() ) works, and what are the data structures involved? I believe there are some dependencies in there. On Tue, Jan 21, 2014 at 4:05 PM, Cirilo Bernardo cirilo_berna...@yahoo.comwrote:

Re: [Kicad-developers] Net names and net codes

2014-01-22 Thread Vesa Solonen
21/01/14 18:51, Carl Poirier kirjoitti: There are some things in the code that don't like being multithreaded. If I parallelize the for loop in RN_DATA::Recalculate( int aNet ), I get a segfault. It probably makes more sense to vectorize the loop than making it multi-threaded. Then you don't

Re: [Kicad-developers] Net names and net codes

2014-01-22 Thread Carl Poirier
Maybe. Having no experience whatsoever in vectorization, I'm looking into multithreading. Anyway, I believe one doesn't exclude the other. On Wed, Jan 22, 2014 at 12:23 PM, Vesa Solonen vesa.solo...@aalto.fiwrote: 21/01/14 18:51, Carl Poirier kirjoitti: There are some things in the code that

Re: [Kicad-developers] Net names and net codes

2014-01-22 Thread Maciej Sumiński
Hi Carl, Thank you for putting efforts to boost the performance of the ratsnest. The function is brought by an external library (http://www.sintef.no/Projectweb/Geometry-Toolkits/TTL/), I am not sure what is exactly inside. The expected output should be a Delaunay triangulation of all nodes

Re: [Kicad-developers] Net names and net codes

2014-01-22 Thread Cirilo Bernardo
From: Carl Poirier carl.poirie...@gmail.com To: Vesa Solonen vesa.solo...@aalto.fi Cc: KiCad Developers kicad-developers@lists.launchpad.net Sent: Thursday, January 23, 2014 4:41 AM Subject: Re: [Kicad-developers] Net names and net codes Maybe. Having no

[Kicad-developers] thanks for the eagle importer

2014-01-22 Thread Cirilo Bernardo
The Eagle importer is awesome, thanks Dick.  When I was working on a project last year I was cursing the lack of documentation on the Arduino-Mega2560, especially the lack on info on the location of holes and pins. Today I imported the Eagle board file, exported as IDF, and now I have

[Kicad-developers] proposed changes to S3D_MASTER to accommodate other 3D model types

2014-01-22 Thread Cirilo Bernardo
Hi folks,  It is fairly easy to use the existing scheme of 3D model selection for including other types of 3D models such as IDF and STEP; such models may be of no interest to the 3D viewer but are useful for other exporters such as the IDF exporter currently in development and the STEP model