add pypi link to readme
This commit is contained in:
parent
877add3e45
commit
cd1a1173c1
@ -6,6 +6,10 @@ The general idea is to implement something resembling the GDSII file-format, but
|
|||||||
with some vectorized element types (eg. circles, not just polygons), better support for
|
with some vectorized element types (eg. circles, not just polygons), better support for
|
||||||
E-beam doses, and the ability to output to multiple formats.
|
E-beam doses, and the ability to output to multiple formats.
|
||||||
|
|
||||||
|
- [Source repository](https://mpxd.net/code/jan/masque)
|
||||||
|
- [PyPi](https://pypi.org/project/masque)
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
@ -28,9 +32,12 @@ pip3 install git+https://mpxd.net/code/jan/masque.git@release
|
|||||||
```
|
```
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
* Mirroring
|
* Mirroring
|
||||||
* Polygon de-embedding
|
* Polygon de-embedding
|
||||||
|
|
||||||
### Maybe
|
### Maybe
|
||||||
|
|
||||||
* Construct from bitmap
|
* Construct from bitmap
|
||||||
* Boolean operations on polygons (using pyclipper)
|
* Boolean operations on polygons (using pyclipper)
|
||||||
* Output to OASIS (using fatamorgana)
|
* Output to OASIS (using fatamorgana)
|
||||||
|
Loading…
Reference in New Issue
Block a user