Koen Schmeets
Koen Schmeets
It seems to be introduced (13 years ago) over here: https://github.com/aewallin/opencamlib/commit/5cbe842ee555f4a032803ffd99e4c0e461627494 And wasn't used, even in the first commit. Probably a leftover that got committed by accident. I think we...
It does actually seems to be exported to the Python bindings, and other classes seem to have it as well, so perhaps there is / was a reason for it,...
Never mind, I wasn't aware of C++'s copy constructors, learned something new... so I guess the code makes it more clear / explicit that an shallow copy is "enough"? What...
Wouldn't it make more sense to use something like: ``` AUTO, MOUSE, TRACKPAD, ``` ? Or maybe I am mistaken and this is not related to https://github.com/solvespace/solvespace/issues/1339 but an extra...
Hi Peter! Thanks for working on this, it is greatly appreciated! I looked through the patches and here are my thoughts: 1) `0000-disable-git-check.patch` We seem to have a lot of...
Sorry for misspelling your name, that all seems reasonable to me. I am working on a patch over here: https://github.com/aewallin/opencamlib/pull/158
That's great! I am working on the develop branch right now so I can test the CD github action. It seems to almost work again now. Will work on in...
I would say the library is in maintenance mode. But it is the only library of it's kind (afaik). I tried to make the compilation / installation a bit easier...
Hi Peter, I think I got pretty far with these fixes and it got kinda stuck on a single failing windows build which i was unable to resolve, after that,...
There is an experimental WASM version hosted on NPM (https://www.npmjs.com/package/slvs?activeTab=versions), try version [3.1.0-dev.22](https://www.npmjs.com/package/slvs/v/3.1.0-dev.22), it might work for you. The code is in the linked pull request, see: https://github.com/solvespace/solvespace/pull/1343/files#diff-19f291f169fa52288f5bb45776872abd63c7f575975d862eefa3243ca43acece for the...