gdsfactory / kfactory

gdsfactory with a klayout backend
https://gdsfactory.github.io/kfactory/
MIT License
33 stars 12 forks source link

Make a docs segment about differences to gdsfactory #140

Closed sebastian-goeldi closed 1 year ago

sebastian-goeldi commented 1 year ago

There are certain differences with high impact APIs (add_polygon, add_label) where it doesn't make sense to port the API over or it would completely break with KLayout API (layer_index instead of tuple or layer number only).

Therefore, it is definitely time to make a docs section outlining these differences and providing kfactory/klayout solution for equivalent functionality.