AutomaticComponentToolkit
AutomaticComponentToolkit copied to clipboard
A toolkit to automatically generate software components: abstract API, implementation stubs and language bindings
This patch maintains a dictionary of Python keywords, which can be obtained using the following code: ``` Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] on linux Type "help",...
checkout and upload artifact actions were using old versions, so updating it to latest.
Fix: Memory corruption with C# [Csharp] bindings https://github.com/3MFConsortium/lib3mf/issues/284 When passing user-defined struct from CSharp bindings to C++, ref should be used to receive them as pointers in implementation side, if...
Just my experiences as a first time user of this library while I'm digging through the library itself, the tutorial, etc: Currently, it is not obvious what the difference between...
- Add a new Linking type column in the Feature Matrix: Bindings table that (either dynamic or static) https://github.com/Autodesk/AutomaticComponentToolkit/issues/213
fixing Calculator, Prime and UnitTest examples and adding them to github actions build pipeline.
Running 'build123d' examples I saw errors like ``` Exception ignored in: Traceback (most recent call last): File "venv/lib/python3.13/site-packages/lib3mf/Lib3MF.py", line 57, in __del__ File "venv/lib/python3.13/site-packages/lib3mf/Lib3MF.py", line 6832, in Release File "venv/lib/python3.13/site-packages/lib3mf/Lib3MF.py",...