PythonScad: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 5: | Line 5: | ||
= ViewSCAD = | = ViewSCAD = | ||
== Installation == | == Installation == | ||
Install {{Link|target=OpenSCAD}} | * Install {{Link|target=OpenSCAD}} | ||
=== On MacOS == | |||
create script $HOME/openscad | |||
<source lang='bash'> | |||
#!/bin/bash | |||
# call OpenSCAD command line | |||
/Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD $@ | |||
</source> | |||
<source lang='bash'> | <source lang='bash'> | ||
jupyter labextension install jupyter-threejs | jupyter labextension install jupyter-threejs | ||
Revision as of 04:53, 22 September 2022
- https://github.com/nickc92/ViewSCAD
- https://github.com/SolidCode/SolidPython
- https://pypi.org/project/openpyscad/
ViewSCAD
Installation
- Install OpenSCAD
= On MacOS
create script $HOME/openscad
#!/bin/bash
# call OpenSCAD command line
/Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD $@
jupyter labextension install jupyter-threejs