This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/pythonscad/badges/latest-version.svg)](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]]