GDS2WebGL icon indicating copy to clipboard operation
GDS2WebGL copied to clipboard

Translates GDSII into HTML/JS that can be viewed in WebGL-capable web browsers.

Results 5 GDS2WebGL issues
Sort by recently updated
recently updated
newest added

I wanted to look at the layers individually, so I changed 'data' in the javascript in the generated html file to not be a const and repeatedly executed data=data.slice(0,-1) in...

This is awesome! See the work I'm doing here: https://tinytapeout.com Just tried it on my GitHub action here: https://github.com/mattvenn/tinytapeout-7seg-seconds-counter/actions/runs/2913772759 It would be great to pass a lef as well and...

I'm concerned that if I use this, veteran designers will be confused and assume there are problems with the design if the perspective distortion is present. Can you link to...

thanks alot!!! i follow the docs and run command as follow, the gds is built by GDSPY https://github.com/heitzmann/gdspy ``` python .\gds2webgl.py -i .\spinQ_2qubit_initial_version.gds -o file.html python .\gds2webgl.py -i .\spinQ_2qubit_initial_version.gds -o...

I held down CTRL, ALT, SHIFT, combinations of those... but no matter what I can only pan left/right and up/down and zoom with the mousewheel. Is there any way to...