-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Central Part Repository #41
Comments
I agree. It's even in the FAQ. |
Sorry for not reading the FAQ. Sure, that's vaild. Not a github repository, but some kind of web service where one can submit parts or load them directly from the GUI. |
Why not a github repo? Sounds like an easy way to share things - just use pullreqs for uploading stuff. Gets you a review process for free :-) |
Well, git is pretty complicated for most users. If the app would take over the git management stuff, it would be cool. But it's way easier to have a list of footprints and retrieving them on demand. |
I'm not really a gui person, I find commandline git to be extremely easy to use ;) |
Different persons different demands :) I'm kinda in the middle of things, I love to use git but when I got a GUI app I don't really like to switch to a CLI. But of course, this is not a killer feature and maybe I find some time to implement this as pull request. |
For another program (a now abandoned part management tool) I implemented git integration in python by simply executing git commands and it worked fine. (Only tested on Linux) |
Hm, just discovered Kicad now also has (still unreleased) support for loading footprints from github repositories. There they also implement the loading from github part, not the sending part. |
Yeah, and they also have python scripting. It might be cool to be able to load madparts footprints with on-demand conversion. |
Ah, indeed. Referring back to #80, might even be cool if you could refer to a component "Madparts:CONN(2, 5, 2.54)", which would then auto-generate a connector of 2x5 pins at 2.54mm pitch by calling the "CONN" file with those parameters :-) |
That would be great indeed! |
As in madparts 2.0 all the library management code will be gone this issue is no longer relevant. |
It would be nice to have a central footprint repository, preferably linked with Octopart.
The text was updated successfully, but these errors were encountered: