https://github.com/steffen-w/example-kicad-plugin
The code serves only as a template for a graphical plugin in KiCad. The GUI can be easily created with wxFormBuilder. The plugin created here is only for the development of your own plugin. It is executable, but does not comply with the full specifications of KiCad!
https://github.com/steffen-w/example-kicad-plugin
gui kicad plugin template
Last synced: over 1 year ago
JSON representation
The code serves only as a template for a graphical plugin in KiCad. The GUI can be easily created with wxFormBuilder. The plugin created here is only for the development of your own plugin. It is executable, but does not comply with the full specifications of KiCad!
- Host: GitHub
- URL: https://github.com/steffen-w/example-kicad-plugin
- Owner: Steffen-W
- License: mit
- Created: 2023-06-20T14:12:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T22:17:43.000Z (over 1 year ago)
- Last Synced: 2025-03-04T22:24:10.712Z (over 1 year ago)
- Topics: gui, kicad, plugin, template
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example-KiCad-Plugin
The code serves only as a template for a graphical plugin in KiCad. The GUI can be easily created with wxFormBuilder. The plugin created here is only for the development of your own plugin. It is executable, but does not comply with the full specifications of KiCad!