aboutsummaryrefslogtreecommitdiff
path: root/src/dynamics/solver/categorization.rs
AgeCommit message (Collapse)Author
2024-03-17feat: start experimenting with a glam/bevy versionbevy-glamSébastien Crozet
2024-01-21feat: implement new "small-steps" solver + joint improvementsSébastien Crozet
2022-04-20Finalize refactoringSébastien Crozet
2022-04-20First round deleting the component sets.Sé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-04-26Split rigid-bodies and colliders into multiple componentsCrozet Sébastien
2021-02-24Fix the parallel build.Crozet Sébastien
2021-02-24Implement dominance.Crozet Sébastien
2020-12-31Remove code related to point-point kinematics.Crozet Sébastien
2020-12-30Attempt to combine the position constraints initialization with the velocity ↵Crozet Sébastien
constraints initialization.
2020-12-29Outsource the contact manifold, SAT, and some shapes.Crozet Sébastien
2020-08-25First public release of Rapier.v0.1.0Sébastien Crozet