Go to file
Mario Hüttel e90cd1313d remove useless tab at end of line in script 2019-10-22 22:59:05 +02:00
AUR Update package build 2019-10-20 14:26:46 +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
cell-selector Integrate cell selector to main gui class 2019-09-28 23:16:48 +02:00
doxygen Doxygen error fixes 2019-09-28 23:16:48 +02:00
gds-utils Improve performance by prepending to list inststead of appending. O(n^2) -> O(1) 2019-09-15 13:28:05 +02:00
geometric Remove warning about wrong bounding box calculation. Still wrong but the warning is annoying and problems are negligible. 2019-09-28 23:16:48 +02:00
icon add preliminary icon, configure icon in widgets 2018-07-25 10:50:22 +02:00
include/gds-render Integrate cell selector to main gui class 2019-09-28 23:16:48 +02:00
layer remove now unneeded mapping parser completely 2019-09-28 23:16:48 +02:00
output-renderers Doxygen error fixes 2019-09-28 23:16:48 +02:00
resources Add tooltips to main window's buttons 2019-10-18 18:12:21 +02:00
test-data move example alyouts+rendered outputs into subfolders 2018-06-02 02:58:56 +02:00
translations remove useless tab at end of line in script 2019-10-22 22:59:05 +02:00
version Add dirty warning to version Cmake 2019-10-18 19:39:23 +02:00
widgets Add old style wwarning to compile flags. Fix code accordingly 2019-08-25 21:51:44 +02:00
.gitignore Update doxygen 2018-12-10 19:16:07 +01:00
.gitmodules Make C style checker submodule track its master branch by default 2019-08-26 21:07:16 +02:00
CMakeLists.txt Adapt install routines to install locales 2019-10-20 14:04:39 +02:00
README.MD Update documentation: Add compilation page, fix additional mistake in cell-geometrics.h 2019-03-26 21:00:05 +01:00
command-line.c remove now unneeded mapping parser completely 2019-09-28 23:16:48 +02:00
gds-render-gui.c Update translations 2019-10-18 23:25:27 +02:00
main.c Update translations 2019-10-18 23:25:27 +02:00

README.MD

GDS-Render Readme

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