Koen Schmeets

Results 109 comments of Koen Schmeets

For the horizontal and vertical points constraints, you need a newer version of the solver: ```shell /path/to/blender/python -m pip install -i https://test.pypi.org/simple/ solvespace==3.1.0.dev44 --force-reinstall ```

It all seems to work pretty well now, and all the tests I added are passing =) would love some feedback from others that have used the main CAD Sketcher...

@hlorus Thanks for the tests, I have actually also found those myself, and a couple of other problems as well. Basically, the `python-solvespace` and `slvs_py` bindings wrap the C library...

I git bisected this issue because it seemed to work at some point in the past. This bug (at least with the first example (https://github.com/hlorus/CAD_Sketcher/issues/261#issuecomment-1222798814, angle_break.blend) seems to be broken...

We now have pre-compiled OpenCAMLib libraries for Windows, macOS and Linux (Python V3.7 - v3.11), it should be as simple as: ```shell pip install opencamlib ```

This should be handled upstream, I even think the latest FreeCAD version even has support for this now.

OpenCAMLib is now available on PyPi. It can now be installed with pip: ```shell pip install opencamlib ``` It looks like the FreeCAD OpenCAMLib formula does not build the Python...

I think I am alone on this one, and I am pretty happy with how this PR turned out. Minimal changes to the core, also works as a pure C...

[slvs-js.zip](https://github.com/solvespace/solvespace/files/10788115/slvs-js.zip) Oh my, that worked pretty easily, now we can use solvespace as a library in the browser =)

Automatically will be difficult, but writing them by hand shouldn't be too big of a deal, I'll look into it once I tested this out a bit more. I will...