Skip to content

How to build

Lee Hsiang edited this page Sep 21, 2022 · 1 revision

How to build

gerber-parser is an open source library for parsing and rendering gerber file. It uses qt painting system by default and you can save to any image format Qt supports, including jpg,png,bmg,svg,pdf and etc. Also, you can write your own rendering engine easily, if you don't want to use Qt.

Clone this wiki locally