KittyCAD / kcl-experiments

KittyCAD Language
9 stars 0 forks source link

Module system extensions and assemblies #12

Open nrc opened 1 month ago

nrc commented 1 month ago

This doc describes possible extensions to the current import/export syntax for modules. This includes support for assemblies.

yeroca commented 1 month ago

Being able to import from the internet would be very nice for open source projects so that not everything needs to be downloaded locally by the user somehow. Referencing the imported code via by a git commit or tag (e.g. v1.1) can be specified in the URL to ensure getting the intended and stable / locked-down version of the code.