comments (7)

  • Does this have a web-based playground? I find https://www.pythonscad.org/playground/ to be nice to try out the project.

    fhn

  • A scripting engine is a great feature in cad, you should be proud of your achievement. The reason I'm not personally interested is that i used lisp in AutoCAD in the 00s. What i like most about lua is that it's not php. It's a sane choice, but insipid.

    https://www.cadtutor.net/tutorials/autolisp/quick-start.php

    psd1

  • Really interesting! I actually use freecad so I'm use to that layer of the process but I'll check this out. Also good to see the work being done in modeling software these days

    tolugenius

  • Love it! OpenSCAD has very painful syntax. Is it possible to easily do bevels/chamfers or does it have the same limitations as OpenSCAD there?

    manny_rat

  • Is it able to access the file system and write/read files?

    I've been doing that via PythonSCAD for my current project https://github.com/WillAdams/gcodepreview and it might be interesting to do a re-write in another language.

    WillAdams

  • The change history on this repository is fascinating

    lkjdsklf

  • Isn't OpenSCAD's limited (non-Turing complete) language a feature?

    adastra22