slackbuilds_ponce/python/python3-solidpython
Lockywolf ddccb620ae
python/python3-solidpython: Added (python solid modelling).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-07-08 16:41:51 +07:00
..
python3-solidpython.info
python3-solidpython.SlackBuild
README
slack-desc

SolidPython is a generalization of Phillip Tiefenbacher's openscad
module, found on Thingiverse. It generates valid OpenSCAD code from
Python code with minimal overhead.

Advantages Because you're using Python, a lot of things are easy that
would be hard or impossible in pure OpenSCAD. Among these are:

built-in dictionary types
mutable, slice-able list and string types
recursion
external libraries (images! 3D geometry! web-scraping! ...)