pythonscad
Script-based 3D modeling app whith Python support
PythonSCAD is a programmatic 3D modeling application. It allows you to turn simple code into 3D models suitable for 3D printing. It is a fork of OpenSCAD which not only adds support for using Python as a native language, but also adds new features and improves existing ones.
- Versions: 0.0.0-1.e1d4903
- Website: https://pythonscad.org/
- Licenses: GPL 2+
- Package source: gnu/packages/engineering.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of pythonscad
as follows:
guix install pythonscad
Or install a particular version:
guix install pythonscad@0.0.0-1.e1d4903
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of pythonscad about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/pythonscad'><img src='https://packages.guix.gnu.org/packages/pythonscad/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/pythonscad)
Example Org:
[[https://packages.guix.gnu.org/packages/pythonscad][https://packages.guix.gnu.org/packages/pythonscad/badges/latest-version.svg]]