OpenSCAD compiled to WebAssembly — licence and source ========================================================= openscad.js in this directory is a build of OpenSCAD, which is free software licensed under the GNU General Public License, version 2 or later. Artifact : npm "openscad-wasm" version 0.0.4 Licence : GPL-2.0 Registry : https://registry.npmjs.org/openscad-wasm/-/openscad-wasm-0.0.4.tgz The exact bytes served here are the ones npm resolves for that version; the integrity hash that pins them is recorded in site/package-lock.json in the source repository of this site. CORRESPONDING SOURCE -------------------- OpenSCAD's complete source is published by the OpenSCAD project at https://github.com/openscad/openscad, and the WebAssembly build definition at https://github.com/openscad/openscad-wasm. Both are GPL-2.0. You may also request the corresponding source for the exact build served here by opening an issue at https://github.com/shaiss/print-bench/issues — this is a written offer, valid for as long as this site serves the binary. You may redistribute and/or modify OpenSCAD under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License at https://www.gnu.org/licenses/old-licenses/gpl-2.0.html for more details. FONT ---- design.ttf is DejaVu Sans, shipped because OpenSCAD's text() renders nothing without a font on its virtual filesystem. Its licence is LICENSE-dejavu.txt in this directory.