Go to file
Mario Hüttel 7f7b4cc7bf Fix #17: Reference loop detection fix. This will be part of v1.0-1 2019-06-08 13:32:42 +02: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-renderer Update include file hierarchy: Move include file to central include tree 2019-03-26 19:57:19 +01:00
doxygen Update Usage page and application screenshot 2019-05-14 19:59:43 +02:00
gds-utils Fix #17: Reference loop detection fix. This will be part of v1.0-1 2019-06-08 13:32:42 +02:00
geometric Update include file hierarchy: Move include file to central include tree 2019-03-26 19:57:19 +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
include/gds-render Add versioning scheme to documentation 2019-05-14 19:39:29 +02:00
latex-renderer Update include file hierarchy: Move include file to central include tree 2019-03-26 19:57:19 +01:00
layer Code rework 2019-04-08 18:23:30 +02:00
test-data move example alyouts+rendered outputs into subfolders 2018-06-02 02:58:56 +02:00
tree-renderer Add cell name to renderer settings dialog title bar 2019-04-08 19:05:07 +02:00
version Add versioning scheme to documentation 2019-05-14 19:39:29 +02:00
widgets conv-settings-dialog: harden number2eng function against null pointer 2019-05-12 14:16:36 +02: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 Update include file hierarchy: Move include file to central include tree 2019-03-26 19:57:19 +01: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 Improve doxygen documentation 2019-03-30 19:51:56 +01:00
external-renderer.c Improve doxygen documentation 2019-03-30 19:51:56 +01:00
gds-render-gui.c Add cell name to renderer settings dialog title bar 2019-04-08 19:05:07 +02:00
main.c Improve doxygen 2019-03-30 19:55:47 +01: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