aboutsummaryrefslogtreecommitdiff
path: root/src/dynamics/solver/mod.rs
AgeCommit message (Collapse)Author
2024-01-27Fix clippy and enable clippy on CISébastien Crozet
2024-01-21feat: implement new "small-steps" solver + joint improvementsSébastien Crozet
2022-01-16Fix some solver issuesSébastien Crozet
- Fix the wrong codepath taken by the solver for contacts involving a collider without parent. - Properly adress the non-linear treatment of the friction direction - Simplify the sleeping strategy - Add an impulse resolution multiplier
2022-01-02Implement multibody joints and the new solverSébastien Crozet
2021-03-07Reduce code duplication between the SIMD and non-SIMD contact solve and ↵Crozet Sébastien
warmstart.
2021-01-04Refactor the parallel solver code the same way we did with the non-parallel ↵Crozet Sébastien
solver.
2020-12-31Refactor the constraints solver code.Crozet Sébastien
2020-08-25First public release of Rapier.v0.1.0Sébastien Crozet