package kicadsch
Library to read and convert Kicad Sch files
Install
Dune Dependency
Authors
Maintainers
Sources
plotkicadsch-v0.5.0.tbz
sha256=e23d51468a0d50dfff56c044d782d56a6bc27be344c3f052cca4d0e1767ba841
sha512=787322504ee7dfc419092ff0691682cc8e1eaa6f59d5c6699962775c1241c18616ebba79fba9d6ff144264e314e634bc6c962e9d1092a7579be878ce08a395fd
Description
Library able to read Kicad libraries and sch file and drive a painter to paint the schematics.
Published: 14 May 2019
README
README.org
* Kicad schematic plotter PlotKicadsch is a small tool to export Kicad Sch files to SVG pictures. In the future, export to other formats may be available (PDF, PNG). ** Objectives This project is mainly an attempt at using ocaml with functional programing on a pet real-world project. The quality of the output is not a first requirement, but the accuracy of positioning matters. The end objective is to be able to provide a visual diff on sch files for version control. ** Contributing This project accepts GitHub pull requests, but as it is a self-teaching project, I would prefer to do all core stuff. If you see some parts of the code whose style is not ocamlish or not FP ready, please let me know. If this project happens to be of any use, let me know also!
Dependencies (3)
-
ocaml
>= "4.05"
-
dune-release
build
- dune
Dev Dependencies (1)
-
ounit
with-test
Used by (1)
-
plotkicadsch
= "0.5.1"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page