From c7ffcf68ed15d9cc3b4d3886287cb5ad938c0e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Mon, 4 Feb 2019 21:52:50 +0100 Subject: [PATCH] Add readme --- README.MD | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.MD diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..2e0e9b9 --- /dev/null +++ b/README.MD @@ -0,0 +1,21 @@ +# GDS-Render + +This software is a rendering programm for GDS2 layout files. +The GDS2 format is mainly used in integrated circuit development. +This program allows the conversion of a GDS file to a vector graphics file. + +## Output Formats +* Export GDS Layout to LaTeX (using TikZ). +* Export to PDF (Cairographics). + +# Features +Note: Due to various size limitations of both TikZ and the PDF export, the layout might not render correctly. In this case adjust the scale value. A higher scale value scales down your design. + +* Configurable layer stack-up. +* Layer colors configurable as ARGB color values. +* Command line interface. +* ~~Awesome~~ Somehow usable GUI. + +# License and Other Stuff +* Free software (GPLv2 _only_) +* Coded in plain C using GTK+3.0, Glib2, and Cairographics