summaryrefslogtreecommitdiffstats
path: root/academic/gdstk/README
diff options
context:
space:
mode:
author Lockywolf2023-12-03 09:45:37 +0100
committer Willy Sudiarto Raharjo2023-12-09 01:50:06 +0100
commit82a8c9c6c658b77efa7cece8a1e7fc08b27cc313 (patch)
treee94314c46f9c2e9e2a1800cf25b7b5c1a3d8d857 /academic/gdstk/README
parent321f9d93daaa6ffad55bd52f4f2a8e5d1c583aed (diff)
downloadslackbuilds-82a8c9c6c658b77efa7cece8a1e7fc08b27cc313.tar.gz
academic/gdstk: Added (GDSII / OASIS file library).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/gdstk/README')
-rw-r--r--academic/gdstk/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/academic/gdstk/README b/academic/gdstk/README
new file mode 100644
index 0000000000..2d5a39f1c5
--- /dev/null
+++ b/academic/gdstk/README
@@ -0,0 +1,12 @@
+gdstk (C++ library for manipulation of GDSII and OASIS files. )
+
+Gdstk (GDSII Tool Kit) is a C++ library for creation and
+manipulation of GDSII and OASIS files. It is also available as a
+Python module meant to be a successor to Gdspy. Key features for the
+creation of complex CAD layouts are included: Boolean operations on
+polygons (AND, OR, NOT, XOR) based on clipping algorithm, Polygon
+offset (inward and outward rescaling of polygons), Efficient
+point-in-polygon solutions for large array sets.
+Typical applications of Gdstk are in the fields of electronic chip
+design, planar lightwave circuit design, and mechanical engineering.
+