Koen Schmeets
Koen Schmeets
Just published a test package on NPM (called slvs) Example: https://observablehq.com/@vespakoen/require-solvespace
If we are all happy with this I would like to merge this. @phkahler @ppd @ruevs @rpavlik thoughts / feedback / ideas? @jwesthues can you create a NPM account (https://www.npmjs.com),...
Interesting, will take a look at that
The cython bindings are lighter / faster, and most importantly, the pybind11 bindings required a lot of changes to SolveSpace's core. I am happy that with this PR the changes...
@hiaselhans > Hi @vespakoen > > thanks a lot for pushing this topic! I will give it a try. Just a side note: i ran the tests (linux) and few...
This PR add's the functionality of python-solvespace to the C library, see this (basic) example: https://github.com/vespakoen/solvespace/blob/stateful-c-lib/exposed/CDemo.c#L30-L58 This doesn't support exporting to a .slvs file, and adding support for that would...
The tests don't run the notarytool thing, only the CD workflow does that. I was going to merge this once I have some time on my hands so I can...
I'll try to look into this after the weekend
It would be nice to have Turntable nav on all axes (I experimented with this once but failed to get the right transform for one of the axes) Ah, just...
A bit off-topic but I thought I'd throw it in here anyways. I have also been looking at the timers, and I think there is some optimisation we can do...