Go to file
Mario Hüttel 60e20f45cc Merge branch 'master' into dev 2019-03-25 19:06:26 +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 Rework Cairo-Render output messages 2019-03-22 22:15:56 +01:00
doxygen Grouped widgets into GUI group 2019-03-25 19:05:57 +01:00
gds-utils Rename gds-parser folder to gds-utils because it no longer contains only the parser 2019-03-21 21:24:59 +01:00
glade Remove SVG output from GUI, fixes issue #9 2019-03-25 18:57:48 +01:00
icon add preliminary icon, configure icon in widgets 2018-07-25 10:50:22 +02:00
latex-output Rename gds-parser folder to gds-utils because it no longer contains only the parser 2019-03-21 21:24:59 +01:00
layer Restructure code, improve doxygen documentation 2019-03-25 18:47:12 +01:00
test-data move example alyouts+rendered outputs into subfolders 2018-06-02 02:58:56 +02:00
tree-renderer cast unused variables 2019-03-21 21:26:31 +01:00
trigonometric Rename gds-parser folder to gds-utils because it no longer contains only the parser 2019-03-21 21:24:59 +01:00
version Add automatic version numbering to command line and GUI 2019-03-11 10:36:02 +01:00
widgets Restructure code, improve doxygen documentation 2019-03-25 18:47:12 +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 Rename gds-parser folder to gds-utils because it no longer contains only the parser 2019-03-21 21:24:59 +01:00
README.MD Add readme 2019-02-04 21:52:50 +01:00
command-line.c Rename functions of mapping parser 2019-03-25 17:56:57 +01:00
command-line.h Add support for external shared object renderer 2018-12-15 00:05:34 +01:00
external-renderer.c Fix style in external renderer 2019-03-07 20:35:23 +01:00
external-renderer.h Rename gds-parser folder to gds-utils because it no longer contains only the parser 2019-03-21 21:24:59 +01:00
gds-render-gui.c Restructure code, improve doxygen documentation 2019-03-25 18:47:12 +01:00
gds-render-gui.h Restructure code, improve doxygen documentation 2019-03-25 18:47:12 +01:00
main.c Add logo as resource and configure about dialog to use logo from resource 2019-03-21 22:22:35 +01:00
mapping-parser.c Rename functions of mapping parser 2019-03-25 17:56:57 +01:00
mapping-parser.h Rename functions of mapping parser 2019-03-25 17:56:57 +01: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