Coder Social home page Coder Social logo

kicad-libraries's Introduction

KiCAD Library Collection

This repository contains all symbols, footprints and 3d models I use with KiCAD. Some are manually created and some are autogenerated / converted from other format.

How to use

Clone this repository to your computer and add those symbols and footprints you need. I personally use git for all KiCAD projects and therefore often include this repo as a git submodule within the projects source code.

$ git submodule add [email protected]:slimcdk/kicad-libraries.git
$ git submodule update --init --recursive

Project configurations

Environment variables

To include 3d models, configure the following environment variables in your project. library is the absolutte path to where this repository lives on your system.

SLIMC_3DMODELS=<library>/slimc/3d-packages
ESPRESSIF_3DMODELS=<library>/espressif-kicad-libraries/3dmodels/espressif.3dshapes

I'm actively searching for a dynamic way to point to these directories.

Update notifications

If you are like me and keep everything in git and automate everything, I can recommend dependabot to inform you about changes to this repository. Add this to .github/dependabot.yml

version: 2
updates:
  - package-ecosystem: "gitsubmodule"
    directory: "/"
    schedule:
      interval: "monthly"

Generated libraries

GitHub Actions will periodically regenerate / update the auto-generated libaries.

External Libraries

kicad-libraries's People

Contributors

slimcdk avatar dependabot[bot] avatar

Stargazers

 avatar  avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.