allow cutting any shape, always require pyclipper
This commit is contained in:
parent
87c2ef5948
commit
9308454ad4
5 changed files with 69 additions and 48 deletions
|
|
@ -9,8 +9,9 @@ E-beam doses, and the ability to output to multiple formats.
|
|||
## Installation
|
||||
|
||||
Requirements:
|
||||
* python 3 (written and tested with 3.5)
|
||||
* python >= 3.5 (written and tested with 3.6)
|
||||
* numpy
|
||||
* pyclipper
|
||||
* matplotlib (optional, used for visualization functions and text)
|
||||
* python-gdsii (optional, used for gdsii i/o)
|
||||
* svgwrite (optional, used for svg output)
|
||||
|
|
@ -27,5 +28,5 @@ pip install git+https://mpxd.net/gogs/jan/masque.git@release
|
|||
* Polygon de-embedding
|
||||
### Maybe
|
||||
* Construct from bitmap
|
||||
* Boolean operations on polygons (eg. using pyclipper)
|
||||
* Output to OASIS
|
||||
* Boolean operations on polygons (using pyclipper)
|
||||
* Output to OASIS (using fatamorgana)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue