GDSII manipulation, written in Rust.
Warning
This is a work in progress and is not yet ready for production use.
Install gdsr viewer with our standalone installers:
# On macOS and Linux.
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/MatthewMckee4/gdsr/releases/download/0.0.1-alpha.3/gdsr-viewer-installer.sh | sh# On Windows.
powershell -ExecutionPolicy Bypass -c "irm https://github.com/MatthewMckee4/gdsr/releases/download/0.0.1-alpha.3/gdsr-viewer-installer.ps1 | iex"Check out the gdsr README for more information about the Rust crate.
My main inspiration comes from gdstk. If you are looking for an extremely fast gds manipulation python package then i would strongly recommend heading over and having a look at his work.
Other inspirations include:
gdsr's documentation is available at matthewmckee4.github.io/gdsr
Head over to the issues page to see if anyone has had the same issue as you.
Contributions are welcome! Please see the contributing guide for more information.
gdsr is licensed under the MIT License.