Files
create/.gitmodules
forbes b157d1522b feat(solver): add kindred solver addon as submodule
Add mods/solver/ submodule pointing to kindred/solver.git which contains
the Phase 1 expression-based Newton-Raphson constraint solver implementing
the IKCSolver interface via kcsolve.register_solver().

Phase 1 supports: Coincident, DistancePointPoint, Fixed constraints.

Also adds CMake install rules for the solver addon.
2026-02-20 20:38:26 -06:00

25 lines
783 B
Plaintext

[submodule "src/3rdParty/OndselSolver"]
path = src/3rdParty/OndselSolver
url = https://git.kindred-systems.com/kindred/solver.git
[submodule "tests/lib"]
path = tests/lib
url = https://github.com/google/googletest
[submodule "src/3rdParty/GSL"]
path = src/3rdParty/GSL
url = https://github.com/microsoft/GSL
[submodule "src/Mod/AddonManager"]
path = src/Mod/AddonManager
url = https://github.com/FreeCAD/AddonManager.git
[submodule "mods/ztools"]
path = mods/ztools
url = https://git.kindred-systems.com/forbes/ztools.git
branch = main
[submodule "mods/silo"]
path = mods/silo
url = https://git.kindred-systems.com/kindred/silo-mod.git
branch = main
[submodule "mods/solver"]
path = mods/solver
url = https://git.kindred-systems.com/kindred/solver.git
branch = main