| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
| <html> |
| <head> |
|
|
| |
| <meta name="Description" content="KLayout layout viewer and editor project page" /> |
| <meta name="Keywords" content="KLayout OASIS GDS2 viewer editor layout semiconductor mask chip design" /> |
| <meta name="abstract" content="KLayout is a free layout viewer and editor for several formats commonly used in the semiconductor industry to transfer layout data" /> |
| <meta name="URL" content="https://www.klayout.de/" /> |
| <meta name="Author" content="Matthias Koefferlein" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1"/> |
| <meta http-equiv="Content-Script-Type" content="text/javascript" /> |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
|
|
| <title>KLayout Layout Viewer And Editor</title> |
|
|
| |
| <link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.klayout.de/news.xml"/> |
| <link rel="stylesheet" type="text/css" href="https://www.klayout.de/format.css?v2.0"/> |
| <link rel="shortcut icon" href="https://www.klayout.de/favicon.ico"/> |
|
|
| |
| <link rel="stylesheet" type="text/css" href="https://www.klayout.de/fonts.css"/> |
|
|
| |
| <script src="https://www.klayout.de/jquery-3.4.1.min.js"></script> |
|
|
| |
| <link href="https://www.klayout.de/bootstrap-4.3.1-dist/css/bootstrap.min.css" rel="stylesheet"> |
| <script src="https://www.klayout.de/bootstrap-4.3.1-dist/js/bootstrap.min.js"></script> |
|
|
| |
|
|
| </head> |
|
|
| <body> |
|
|
| <div class="klayout-header"> |
|
|
| <div class="container mb-5"> |
|
|
| <nav class="navbar navbar-dark navbar-expand-lg"> |
|
|
| <a class="navbar-brand" href="https://www.klayout.de"><img src="https://www.klayout.de/klayout.png" srcset="https://www.klayout.de/klayout-x2.png 2x" alt="KLayout"></a> |
|
|
| <div class="collapse navbar-collapse" id="navbarToggleExternalContent"> |
|
|
| <ul class="navbar-nav ml-auto mr-auto"> |
|
|
| <li class="nav-item dropdown active mr-4"> |
| <a class="nav-link dropdown-toggle klayout-menu" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> |
| About |
| </a> |
| <div class="dropdown-menu" aria-labelledby="navbarDropdown"> |
| <a class="dropdown-item" href="https://www.klayout.de/intro.html">KLayout Project</a> |
| <a class="dropdown-item" href="https://www.klayout.de/doc.html">Documentation</a> |
| <a class="dropdown-item" href="https://www.klayout.de/galleries.html">Galleries</a> |
| <a class="dropdown-item" href="https://www.klayout.de/credits.html">Credits</a> |
| <div class="dropdown-divider"></div> |
| <a class="dropdown-item" href="https://www.klayout.de/contact.html">Contact</a> |
| <a class="dropdown-item" href="https://www.klayout.de/impressum.html">Impressum / Imprint</a> |
| <a class="dropdown-item" href="https://www.klayout.de/privacy_policy.html">Datenschutz / Privacy Policy</a> |
| </div> |
| </li> |
| <li class="nav-item active mr-4"> |
| <a class="nav-link klayout-menu" href="https://www.klayout.de/build.html">Get KLayout</a> |
| </li> |
| <li class="nav-item active mr-4"> |
| <a class="nav-link klayout-menu" href="https://sami.klayout.org">Package Index</a> |
| </li> |
| <li class="nav-item active mr-5"> |
| <a class="nav-link klayout-menu" href="https://www.klayout.de/forum">Forum</a> |
| </li> |
| <li class="nav-item active"> |
| <span class="nav-link klayout-menu"> |
| <a href="https://f-si.org"><img src="https://www.klayout.de/f-si_logo_32h_w.png" border="0" title="Free Silicon Foundation" alt="F-Si"/></a> |
| <a class="ml-4" href="https://github.com/KLayout"><img src="https://www.klayout.de/GitHub-Mark-32px-white.png" border="0" title="KLayout on GitHub" alt="GitHub"/></a> |
| </span> |
| </li> |
|
|
| </ul> |
|
|
| </div> |
|
|
| |
| <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarToggleExternalContent" aria-controls="navbarToggleExternalContent" aria-expanded="false" aria-label="Toggle navigation"> |
| <span class="navbar-toggler-icon"></span> |
| </button> |
|
|
| </nav> |
|
|
| </div> |
|
|
| </div> |
|
|
| <div class="container"> |
| <p class="navigator"><b>Script Examples: </b>Script Examples Overview</p> |
|
|
| <h1>Script Examples Overview</h1> |
|
|
| <p> |
| The examples are available as package "www.klayout.org/examples" for installation with the package manager. |
| Please use "Tools/Package Manager" and search this package in the list of new packages. Double click the package |
| to select it and hit "Apply" to download and install it. All examples will be contained in this package. |
| </p> |
|
|
| <p> |
| To install a script individually, drag and drop the macro link |
| (*.lym file) to KLayout's main window. If this is not possible - for example, because your KLayout instance |
| does not have a network connection - download this file and put it into the "macros" folder of |
| KLayout's home directory (usuall <tt>$HOME/.klayout/macros</tt> on Linux and <tt>%HOME%/KLayout/macros</tt> |
| on Windows. After restarting KLayout, you should see the new example in the macro development IDE. |
| </p> |
|
|
| <p> |
| All example scripts will register themselves in the "Macros" menu in the "Examples" sub-menu. |
| </p> |
|
|
| <p> |
| For more information about script programming see <a href="https://www.klayout.de/doc-qt5/programming/index.html">Programming scripts</a>. |
| For the class reference see the <a href="https://www.klayout.de/doc-qt5/code/index.html">Class Index</a>. |
| </p> |
|
|
| <h2>List of Example Scripts</h2> |
|
|
| <table> |
| <tr><td><a href="browser.html">browser.lym</a></td><td>Using the HTML browser dialog - a location browser</td><td><a class="img-link" href="browser.html"><img class="img-overview" border="0" src="browser.png" width="200"/></a></td></tr> |
| <tr><td><a href="datamap.html">datamap.lym</a></td><td>Creating layouts: data visualisation</td><td><a class="img-link" href="datamap.html"><img class="img-overview" border="0" src="datamap.png" width="200"/></a></td></tr> |
| <tr><td><a href="dump_menu.html">dump_menu.lym</a></td><td>Menus: dumping the menu structure</td><td><a class="img-link" href="dump_menu.html"><img class="img-overview" border="0" src="dump_menu.png" width="200"/></a></td></tr> |
| <tr><td><a href="flatten.html">flatten.lym</a></td><td>Editing: hierarchical propagation</td><td><a class="img-link" href="flatten.html"><img class="img-overview" border="0" src="default.png" width="200"/></a></td></tr> |
| <tr><td><a href="fractal.html">fractal.lym</a></td><td>Creating layouts: the Koch curve</td><td><a class="img-link" href="fractal.html"><img class="img-overview" border="0" src="fractal.png" width="200"/></a></td></tr> |
| <tr><td><a href="qtdialog.html">qtdialog.lym</a></td><td>Using the Qt binding: creating a custom dialog</td><td><a class="img-link" href="qtdialog.html"><img class="img-overview" border="0" src="qtdialog.png" width="200"/></a></td></tr> |
| <tr><td><a href="qtrubyserver.html">qtrubyserver.lym</a></td><td>Using the Qt binding: convert KLayout into a HTTP server</td><td><a class="img-link" href="qtrubyserver.html"><img class="img-overview" border="0" src="qtrubyserver.png" width="200"/></a></td></tr> |
| <tr><td><a href="screenshots.html">screenshots.lym</a></td><td>Using the HTML browser dialog II: a screenshot gallery</td><td><a class="img-link" href="screenshots.html"><img class="img-overview" border="0" src="screenshots.png" width="200"/></a></td></tr> |
| <tr><td><a href="sokoban.html">sokoban.lym</a></td><td>Dynamic database manipulation: a "Sokoban" implementation</td><td><a class="img-link" href="sokoban.html"><img class="img-overview" border="0" src="sokoban.png" width="200"/></a></td></tr> |
| </table> |
|
|
| </div> |
| </body> |
| </html> |
|
|
|
|