antimony
antimony copied to clipboard
CAD from a parallel universe
Doing an Offset transform on a rounded rectangle reveals the construction of the rounded rectangle, which is a non-intuitive result.
Support importing nth degree (non-uniform) (rational) curves via DXF/DWG formats. Related to #32 & #33.
At least one should be able to create them using e.g. extrude or revolve on imported NURB curves.
Add support for NURB curves. At least they should be importable through DXF/DWG.
I have no idea how hard this would be considering the data model, but it'd be very handy to be able to chamfer (non-curved to start) the corners of a...
A separate "data provider" node type seems to be useful. I imagine it could have multiple (named) rows of values. These would be used as providers for common parameters through...
Is there a keyboard shortcuts / mouse (trackpad?) guide? I have no idea how I would go about changing the camera. (among other things)
gdb output: ``` gdb ./antimony Reading symbols from ./antimony...(no debugging symbols found)...done. (gdb) run Starting program: /home/isaac/Programs/antimony-build/antimony [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". [New Thread 0x7fffd2785700...
Menu items do not follow platform capitalization rules. On both Darwin, Windows and most *Nix desktops, some simple rules apply: - English Headline Capitalization - The last word is always...
Ubuntu 22.04, lemon 3.37.2-2ubuntu0.1, all steps in BUILDING.md done ``` [17/131] Generating v2syntax.lemon.hpp, v2syntax.lemon.cpp FAILED: lib/fab/v2syntax.lemon.hpp lib/fab/v2syntax.lemon.cpp /home/alex/soft/cad/antimony/build/lib/fab/v2syntax.lemon.hpp /home/alex/soft/cad/antimony/build/lib/fab/v2syntax.lemon.cpp cd /home/alex/soft/cad/antimony/build/lib/fab && /usr/local/bin/lemon -q -c -s /home/alex/soft/cad/antimony/lib/fab/src/tree/v2syntax.y && mv /home/alex/soft/cad/antimony/lib/fab/src/tree/v2syntax.c...