Go to file
2019-11-17 22:31:31 +01:00
AUR Fix PKGBuild 2019-10-28 21:50:03 +01: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 Fix broken latex generation 2019-11-16 16:16:01 +01:00
gds-utils Fix style of gds-tree-checker 2019-10-28 22:43:28 +01:00
geometric Update documentation and implementations of bounding box calculations. Rename functions to fit their behavior 2019-11-16 16:02:33 +01:00
icon add preliminary icon, configure icon in widgets 2018-07-25 10:50:22 +02:00
include/gds-render bounding box: Fix doxygen documentation typo 2019-11-17 22:31:31 +01:00
layer LayerSelector: Add layer_selector_contains_elements() function 2019-11-09 02:18:53 +01:00
LICENSE Include license in each file, fix Foobar reference 2018-05-10 01:43:14 +02:00
output-renderers Style improvements 2019-10-25 21:16:31 +02:00
resources Adapt Header bar to show title correctly 2019-11-03 21:07:56 +01:00
test-data move example alyouts+rendered outputs into subfolders 2018-06-02 02:58:56 +02:00
version Add project entry to libversion CMAKE 2019-09-28 23:16:48 +02:00
widgets style fixes in layer-element.c 2019-10-25 20:54:11 +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 Move compiler flags up in CMAKE, so they apply also for included subprojects 2019-09-28 23:16:48 +02:00
command-line.c Further style mprovements 2019-10-25 20:45:25 +02:00
gds-render-gui.c Gui: Only promt overwrite message of auto-naming tool when there are actual elements in the layer selector 2019-11-09 02:21:57 +01:00
main.c main: Free command line option context, add comment for freeing all the command line parameter data 2019-11-14 23:39:12 +01:00
README.MD Update documentation: Add compilation page, fix additional mistake in cell-geometrics.h 2019-03-26 21:00:05 +01:00

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