Skip to content

fabianschuiki/gdsplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gdsplot

A simple stylesheet-based GDSII plotter. Relies on the libgds and cairo C libraries to read files and render graphics. The project consists of the main gdsplot crate that contains the binary, and the libgds subcrate that contains the foreign function interface (FFI) to libgds.

Usage

gdsplot [-s STYLESHEET ...] GDS_FILE CELL ...

Given a GDS file name, the program will render all of the given cells. Multiple stylesheets can be defined, with latter overriding options from the former. Take a look at load_stylesheet(...) in src/main.rs to see the different options available.

About

A simple stylesheet-based GDSII plotter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages