Go to file
Mario Hüttel 6e1b7d3f61 Update style checker to new version 2019-03-07 20:26:03 +01:00
AUR fix PKGBUILD 2018-07-25 11:25:58 +02:00
LICENSE Include license in each file, fix Foobar reference 2018-05-10 01:43:14 +02:00
c-style-checker@3a58e3dd1c Update style checker to new version 2019-03-07 20:26:03 +01:00
cairo-output Revert previous commit, fix typos 2018-12-10 19:23:54 +01:00
doxygen remove braces around scale to prevent doxygen from interpreting this as HTML tag 2019-03-06 17:38:47 +01:00
gds-parser Add functions for checking cell reference loops 2019-03-06 20:06:01 +01:00
glade Changed settings dialog api to use database units. Implement render output size preview 2019-03-04 20:14:21 +01:00
icon add preliminary icon, configure icon in widgets 2018-07-25 10:50:22 +02:00
latex-output Revert previous commit, fix typos 2018-12-10 19:23:54 +01:00
test-data move example alyouts+rendered outputs into subfolders 2018-06-02 02:58:56 +02:00
tree-renderer Edit colors 2019-03-06 19:58:26 +01:00
trigonometric Merge branch 'master' into dev 2019-03-05 21:48:26 +01:00
widgets Fox doxygen file header 2019-03-06 18:14:53 +01:00
.gitignore Update doxygen 2018-12-10 19:16:07 +01:00
.gitmodules Add style checker as submodule 2019-03-07 20:00:54 +01:00
CMakeLists.txt Add support for external shared object renderer 2018-12-15 00:05:34 +01:00
README.MD Add readme 2019-02-04 21:52:50 +01:00
command-line.c Add cell recursion cehck to command line interface 2019-03-06 18:15:50 +01:00
command-line.h Add support for external shared object renderer 2018-12-15 00:05:34 +01:00
external-renderer.c Add support for external shared object renderer 2018-12-15 00:05:34 +01:00
external-renderer.h fix doxygen 2019-03-05 21:46:29 +01:00
layer-selector.c fix double 0 in layer mapping 2019-02-03 22:50:34 +01:00
layer-selector.h Doxygen Header created 2018-07-24 18:47:29 +02:00
main-window.c Check cells before displaying them and color the cells accordingly. Fixes #4 2019-03-06 20:07:26 +01:00
main-window.h Doxygen Header created 2018-07-24 18:47:29 +02:00
main.c fix style issues in main.c 2019-03-07 20:14:44 +01:00
mapping-parser.c Disable prints in GDS renderer. Wrote documentation 2018-07-24 17:45:16 +02:00
mapping-parser.h Disable prints in GDS renderer. Wrote documentation 2018-07-24 17:45:16 +02:00

README.MD

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