I have a couple of questions regarding library managemet.
When it comes to libraries of 3D models there are two libraries available. First one available at GitHub/packages3D which includes VRML as well as STEP models. The second one is a part of GitHub/kicad-library but has only VRML with some WINGS and/or FreeCAD models.
I plan to use GIT for our internal library management and with footprints it is really easy to include KIcad footprints from .pretty libraries as a submodule. The same goes for 3D models from GitHub/packages3D. But inclusion of symbols is difficult as they are not contained in a dedicated repository but are a part of GitHub/kicad-library](https://github.com/KiCad/kicad-library). This makes it imposibble to include it in your own repo as a submodule.
So my questions are:
-
Does anybody know what is the status of each 3D library? Can I assume that the second one will not be updated anymore, and the first one is recoomended for new designs?
-
Who should I talk to if I want to suggest puttiing (copying and maintaining the copy) the 3D models from GitHub/kicad-library in its own repo?
-
Who should I talk to if I want to suggest copying symbols from GitHub/kicad-library in its dedicated repository and maintining the copy synced?