summaryrefslogtreecommitdiffstats
path: root/libraries/libgdsii/README
diff options
context:
space:
mode:
author Lockywolf <for_sbo.libgdsii_2023-07-12@lockywolf.net>2023-07-15 09:49:42 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-07-15 09:49:42 +0700
commita203236eaecde3aef62c8326b689a4d963027914 (patch)
treec6b09c540f15a2ae63ec6fe52f1b1e62a61140a4 /libraries/libgdsii/README
parent2cf2420aa6b64730f1db1f43e4301df13f61ff9b (diff)
downloadslackbuilds-a203236eaecde3aef62c8326b689a4d963027914.tar.gz
slackbuilds-a203236eaecde3aef62c8326b689a4d963027914.tar.xz
libraries/libgdsii: Added (GDSII Reading Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libgdsii/README')
-rw-r--r--libraries/libgdsii/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/libgdsii/README b/libraries/libgdsii/README
new file mode 100644
index 0000000000..51955f7ac9
--- /dev/null
+++ b/libraries/libgdsii/README
@@ -0,0 +1,13 @@
+libGDSII is a C++ library for working with GDSII binary data files,
+intended primarily for use with the computational electromagnetism
+codes scuff-em and meep but sufficiently general-purpose to allow
+other uses as well.
+
+The packages consists of
+
+a C++ library (libGDSII) with API functions for reading, processing,
+and exporting GDSII files
+
+a command-line executable code (GDSIIConvert) for reporting statistics
+on GDSII geometries and exporting them to other file formats, notably
+including the GMSH geometry format.