I have wrapped Solvespace's geometric constraint solver. It serves to create constraints between geometries (CAD software use these things). Currently only tested in Linux (I will consider windows later).
You can find it here and you can install it as usual:
$ nimble install https://github.com/mantielero/solvespace.nim
There some constraints that are not working yet. So as I said in the title... WiP.
Very cool, thanks! I have enjoyed using Solvespace for basic CAD before. It unfortunately lacks some more advanced features present in other CAD software but it is so much smoother to work with.
Are you using this library in a project?