"The KiCad EDA Suite project aims at creating a portable, cross-platform, Free/Libre/Open-Source EDA Suite. That is capable of schematic and printed circuit board design. The code is licensed under the terms of the GNU GPL."
These are the Kicad parts that I've been using in my designs. Please feel free to fork this, make changes/additions and send me a pull request.
- Kicad home page. http://kicad.sourceforge.net/wiki/Main_Page
- Online parts library. http://www.kicadlib.org/
- Eagle to Kicad converter. http://www.cadsoftusa.com/cadsoft-downloads/download/268
- Footprint/Module generator. http://cyclerecorder.org/footprintbuilder/
- Online library generator. http://kicad.rohrbacher.net/quicklib.php
This is the current structure of the libraries.
###Libraries
- connectors.lib
- Any connector related part.
- RJ45 plugs
- SIL/DIL headers.
- discrete.lib
- Discrete components.
- R/C/L
- Transistors
- linear-technology.lib
- maxium.lib
- microchip-technology.lib
- texas-instruments.lib
###Modules
- connectors.mod
- crystal.mod
- MRF24WB0MA.mod
- smd.mod
- switches.mod
Please feel free to sugest a better structure, I'm open to ideas.