Irev-Dev / cadhub

We're out to raise awareness and put CodeCAD on the map. The success of CadHub can be measured by the amount it promotes the use of CodeCAD within the mechanical/manufacturing industry and the strength the CadHub community.
https://cadhub.xyz
GNU General Public License v3.0
319 stars 60 forks source link

OpenSCAD include/use directive for using external libraries #614

Open lucafaggianelli opened 1 year ago

lucafaggianelli commented 1 year ago

Hey there, I just stumbled upon Cadhub, it looks like an amazing idea!

I'm trying to import some OpenSCAD models that I already created, but all of them depend on external libs, so I'm wondering if it's possible to include external libs without copy-pasting the entire .scad code. The multi-file support could also be a solution, but it would be nice just to install/link scad files from a GH repo or via URLs, i.e. what if I want to use https://github.com/revarbat/BOSL2 ?