From ddccb620ae2588b337fab750ca5c174559610338 Mon Sep 17 00:00:00 2001 From: Lockywolf Date: Sat, 8 Jul 2023 12:20:29 +0900 Subject: python/python3-solidpython: Added (python solid modelling). Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python3-solidpython/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 python/python3-solidpython/README (limited to 'python/python3-solidpython/README') diff --git a/python/python3-solidpython/README b/python/python3-solidpython/README new file mode 100644 index 0000000000..fecef50b10 --- /dev/null +++ b/python/python3-solidpython/README @@ -0,0 +1,11 @@ +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! ...) -- cgit v1.2.3