dubstar-04 / Design

2D CAD For GNOME
GNU General Public License v3.0
127 stars 8 forks source link

Add a constraint solver #279

Closed phkahler closed 2 weeks ago

phkahler commented 2 weeks ago

A "First class CAD application" needs to have constraints. Since this project is GPLv3 licensed, you could probably use the geometric constraint solver from Solvespace. This has been used in a number of other places including FreeCAD (Assembly 3 workbench) Blender via the CAD sketcher addon, and Dune 3D. I'm not sure how well it will integrate with a JS project though.

dubstar-04 commented 2 weeks ago

Thanks for taking the time to make a suggestion. Including a constraints solver is outside the scope of Design at this time.