Show HN: LuaCAD – Parametric CAD Scripted in Lua

(luacad.ad-si.com)

32 points | by adius 1 hour ago

3 comments

  • manny_rat 41 minutes ago
    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?
  • WillAdams 43 minutes ago
    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.

    • adius 10 minutes ago
      Yes, it executes in a full fledged Lua environment. So you can do all the things you expect do be able to do with Lua!

      I’d pick Lua over Python any day, but maybe that’s just me. ;-)

  • tolugenius 47 minutes ago
    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