Kicad 5.1 插件
Kicad 插件 The KiCad Team KiCad 插件系统 Copyright 本文档由其贡献者授予版权 © 2016,如下所示。您可以根据 GNU 通用公共许 可证(http:/www.gnu.org/licenses/gpl.html)版本 3 或更高版本或知识共享许可协 议(http:/creativecommons.org/licenses/by/3.0/)、版本 3.0 简体中文交流群: https://t.me/KiCad_zh_CN 反馈 请将任何错误报告、建议或新版本引导到此处: 关于 KiCad 文档: https://gitlab.com/kicad/services/kicad-doc/issues 关于 KiCad 软件: https://gitlab.com/kicad/code/kicad/issues 关于 KiCad 软件 i18n: https://gitlab https://gitlab.com/kicad/code/kicad-i18n/issues 出版日期和软件版本 2016 年 1 月 29 日出版。 1. KiCad 插件系统简介 KiCad 插件系统是一个使用共享库扩展 KiCad 功能的框架。 使用插件的一个 主要优点是在开发插件时没有必要重建 KiCad 套件; 事实上,可以借助 KiCad 源代码树中的一小组标题构建插件。 通过确保开发人员仅编译与正在开发的0 码力 | 56 页 | 49.46 KB | 1 年前3Kicad 5.1 插件
Kicad 插件 Kicad 插件 ii October 31, 2021 Kicad 插件 iii Contents 1 KiCad 插件系统简介 2 1.1 插件类 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 2 1.1.1 插件类:PLUGIN_3D . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 2 教程:3D 插件类 4 2.1 基本的 3D 插件 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 2.2 高级 3D 插件 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 3 应用程序编程接口(API) 21 3.1 插件类 API . . . . . . . . . . . . . .0 码力 | 45 页 | 612.98 KB | 1 年前3《玩转webpack》第七章 原理篇: 编写 Loader 和插件
进阶篇:编写可维护的 webpack 构建配置 04 进阶篇:webpack 构建速度和体积优化策略 05 原理篇:通过源码掌握 webpack 打包原理 06 原理篇:编写 Loader 和插件 07 实战篇:React 全家桶 和 webpack 开发商城项目 08 基础篇:webpack 进阶用法 03 一个最简单的 loader 代码结构 module.exports = function(source) { result.image; result.coordinates; result.properties; }); 插件的运行环境 插件没有像 loader 那样的独立运行环境 只能在 webpack 里面运行 插件的基本结构 基本结构: 插件使用: plugins: [ new MyPlugin() ] class MyPlugin { apply(compiler) MyPlugin; 插件名称 插件上的 apply 方法 插件的 hooks 插件处理逻辑 ······························ ···· ······························ ··· · ················ ·· ························· ··· 搭建插件的运行环境 const0 码力 | 29 页 | 4.37 MB | 1 年前3Kicad 5.1 Plugins
Kicad Plugins The KiCad Team KiCad Plugin System Copyright This document is Copyright © 2016 by it’s contributors as listed below. You may distribute it and/or modify it under the terms of either the About KiCad document: https://gitlab.com/kicad/services/kicad-doc/issues About KiCad software: https://gitlab.com/kicad/code/kicad/issues About KiCad software i18n: https://gitlab.com/kicad/code/kicad-i18n/issues Published on January 29, 2016. 1. Introduction to the KiCad plugin system The KiCad plugin system is a framework for extending the capabilities of KiCad using shared libraries. One of the main advantages0 码力 | 48 页 | 44.28 KB | 1 年前3Kicad 4.0 Plugins
Kicad Plugins The KiCad Team KiCad Plugin System Copyright This document is Copyright © 2016 by it’s contributors as listed below. You may distribute it and/or modify it under the terms of either the to here: About KiCad document: https://github.com/KiCad/kicad-doc/issues About KiCad software: https://bugs.launchpad.net/kicad About KiCad software i18n: https://github.com/KiCad/kicad-i18n/issues Publication Published on January 29, 2016. 1. Introduction to the KiCad plugin system The KiCad plugin system is a framework for extending the capabilities of KiCad using shared libraries. One of the main advantages0 码力 | 48 页 | 66.10 KB | 1 年前3Kicad 4.0 Plugins
Kicad Plugins Kicad Plugins ii October 31, 2021 Kicad Plugins iii Contents 1 Introduction to the KiCad plugin system 2 1.1 Plugin Classes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 3.1.1 API: Base Kicad Plugin Class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 Kicad Plugins 1 / 33 KiCad Plugin System Copyright This document is Copyright © 2016 by it’s contributors as listed0 码力 | 36 页 | 210.85 KB | 1 年前3KiCad 6.0 简介
简介 The KiCad Team . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Table of Contents 欢迎 安装和升级 KiCad 从以前的版本迁移 KiCad 工作流程 基本术语 KiCad 组件 用户界面 KiCad 工程和文件 符号和封装库 辅助工具 扩展阅读 2 3 3 4 4 4 5 5 5 6 7 1 版权 本 文 件 taotieren, 2019, 2020, 2021. Telegram 简体中文交流群: https://t.me/KiCad_zh_CN 译者注:英文双引号包含的中文为软件的功能操作。 反馈 The KiCad project welcomes feedback, bug reports, and suggestions related to the software 0 码力 | 9 页 | 281.52 KB | 1 年前3KiCad 7.0 介绍
简介 The KiCad Team . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Table of Contents 欢迎 安装和升级 KiCad 从以前的版本迁移 KiCad 工作流程 基本术语 KiCad 组件 用户界面 KiCad 工程和文件 符号和封装库 辅助工具 扩展阅读 2 4 4 5 5 5 6 6 7 7 8 1 版权 This https://t.me/KiCad_zh_CN 译者注:英文双引号包含的中文为软件的功能操作。 反馈 KiCad 项目欢迎与本软件或其文档相关的反馈、错误报告和建议。关于如何提交反馈意见或报告问题的更多信息,请 参见 https://www.kicad.org/help/report-an-issue/ 的说明 发布日期 2023-10-27 2 欢迎 KiCad 是一个免费和开源的0 码力 | 10 页 | 282.22 KB | 1 年前3KiCad 7.0 Introduction
Introduction The KiCad Team . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Contents Welcome Installing and Upgrading KiCad Migrating from Previous Versions KiCad Workflow Basic Terminology KiCad Components User Interface KiCad Projects and Files Symbol and Footprint Libraries this guide belong to their legitimate owners. Contributors Jon Evans, Graham Keeth Feedback The KiCad project welcomes feedback, bug reports, and suggestions related to the software or its documentation0 码力 | 10 页 | 91.75 KB | 1 年前3KiCad 6.0 Introduction
Introduction The KiCad Team . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Contents Welcome Installing and Upgrading KiCad Migrating from Previous Versions KiCad Workflow Basic Terminology KiCad Components User Interface KiCad Projects and Files Symbol and Footprint Libraries trademarks within this guide belong to their legitimate owners. Contributors Jon Evans Feedback The KiCad project welcomes feedback, bug reports, and suggestions related to the software or its documentation0 码力 | 9 页 | 79.56 KB | 1 年前3
共 678 条
- 1
- 2
- 3
- 4
- 5
- 6
- 68