aboutsummaryrefslogtreecommitdiff
path: root/src/dynamics/solver/delta_vel.rs
AgeCommit message (Collapse)Author
2024-01-21feat: implement new "small-steps" solver + joint improvementsSébastien Crozet
2023-01-15Update dependenciesSébastien Crozet
2022-02-21Use WReal instead of SimdRealField everywhereSébastien Crozet
2022-01-23add defaults for the several structszhguchev
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-08-08Update to nalgebra 0.29Sébastien Crozet
2021-03-07Reduce code duplication between the SIMD and non-SIMD contact solve and ↵Crozet Sébastien
warmstart.
2021-01-06Fix 2D compilation.Crozet Sébastien
2021-01-04Add support of 64-bits reals.Crozet Sébastien
2020-08-25First public release of Rapier.v0.1.0Sébastien Crozet