Go to file
2019-11-18 22:31:06 +01:00
AUR Merge branch 'master' into translations 2019-10-28 22:44:06 +01:00
c-style-checker@3a58e3dd1c Update style checker to new version 2019-03-07 20:26:03 +01:00
cell-selector Fix license header 2019-11-17 15:52:28 +01:00
doxygen Merge branch 'dev' into python-renderer 2019-11-17 14:10:55 +01:00
gds-utils Fix remaining licence headers 2019-11-17 17:30:08 +01:00
geometric Fix license header 2019-11-17 15:52:28 +01:00
icon add preliminary icon, configure icon in widgets 2018-07-25 10:50:22 +02:00
include/gds-render Add header for foced fork variable. Don't know what it is good for yet. But why not... 2019-11-18 22:20:18 +01:00
layer Fix remaining licence headers 2019-11-17 17:30:08 +01:00
LICENSE Include license in each file, fix Foobar reference 2018-05-10 01:43:14 +02:00
output-renderers Fix license header 2019-11-17 15:52:28 +01:00
plugins Add header for foced fork variable. Don't know what it is good for yet. But why not... 2019-11-18 22:20:18 +01: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
translations Uodate translations of main.c 2019-11-15 20:35:36 +01:00
version Fix remaining licence headers 2019-11-17 17:30:08 +01:00
widgets Fix remaining licence headers 2019-11-17 17:30:08 +01: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 Add python renderer to plugins 2019-11-16 14:54:58 +01:00
command-line.c Fix license header 2019-11-17 15:52:28 +01:00
gds-render-gui.c Merge branch 'dev' into python-renderer 2019-11-18 22:31:06 +01:00
main.c Fix remaining licence headers 2019-11-17 17:30:08 +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