https://github.com/librepcb/librepcb-example-projects
Example projects shipped with LibrePCB
https://github.com/librepcb/librepcb-example-projects
Last synced: 4 months ago
JSON representation
Example projects shipped with LibrePCB
- Host: GitHub
- URL: https://github.com/librepcb/librepcb-example-projects
- Owner: LibrePCB
- Created: 2024-03-19T15:56:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T16:19:26.000Z (about 2 years ago)
- Last Synced: 2025-07-08T00:50:38.825Z (11 months ago)
- Size: 1.26 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LibrePCB Example Projects
Projects in *.lppz format to be downloaded and installed by LibrePCB when
creating a new workspace.
## Maintenance
All projects should be updated to the latest file format before creating
a new major release of LibrePCB. To avoid breaking older LibrePCB
releases, links to the project files shall always include the Git
revision.
## Contributing
If you have a cool project which potential new users might find interesting
for evaluating LibrePCB, please open an issue or pull request! Requirements
for new projects are:
- Must be released under an open-source license (CC0-1.0 preferred)
- Must use as many parts from our official libraries as possible
(self-made parts allowed only if not available in our libraries)
- A high percentage of parts must have MPN + manufacturer specified
- A high percentage of parts must have 3D models
- The more features used, the better (output jobs, assembly variants,
alternate MPNs, multiple schematic sheets, multilayer boards...)
- The project should not be too trivial (e.g. just a breakout board)
- Although this is a subjective requirement, schematics and boards should
generally be clean and well designed (no hacky projects)