1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/cad/py-phidl/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

12 lines
770 B
Plaintext

PHIDL is an open-source GDS-based CAD tool for Python 2 and 3 which extends
and simplifies the excellent gdspy. It strives to simplify GDSII geometry
creation by making the design process layout-driven, rather than
coordinate-driven. The base installation includes a large library of
simple shapes (e.g. rectangles, circles), photonic structures (e.g. sine
curve waveguides), and superconducting nanowire shapes (e.g. single
photon detectors) which are fully parameterized. It also has a built-in
quick-plotting function based on Qt (or matplotlib) which allows you view
the state of any GDS object, useful when scripting geometry-making
functions. It also has a very thorough tutorial as well which will walk you
through the process of getting acquainted with PHIDL.