aboutsummaryrefslogtreecommitdiff
path: root/src_testbed/lib.rs
AgeCommit message (Collapse)Author
2024-05-25fix: allow enexpected_cfgsSébastien Crozet
2024-05-25feat: add simple inverse-kinematics solver for multibodies (#632)Sébastien Crozet
* feat: add a simple jacobian-based inverse-kinematics implementation for multibodies * feat: add 2d inverse kinematics example * feat: make forward_kinematics auto-fix the root’s degrees of freedom * feat: add 3d inverse kinematics example * chore: update changelog * chore: clippy fixes * chore: more clippy fixes * fix tests
2024-01-27Fix clippy and enable clippy on CISébastien Crozet
2024-01-21feat: implement new "small-steps" solver + joint improvementsSébastien Crozet
2023-11-03delete comments left over in diffjohnny-smitherson
2023-10-29Fix crashes on MacOSSébastien Crozet
2022-08-04Reexport `BevyMaterial` aliasSludge
2022-04-28Testbed: switch to bevy 0.7Sébastien Crozet
2022-04-22Add a basic lines-based debug-rendererSé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-08-08Release v0.11.0v0.110Sébastien Crozet
2021-07-08add opacity to EntityWithGraphicsrezural
2021-06-02Update dependenciesCrozet Sébastien
2021-05-16Replace Kiss3d by Bevy for the testbed renderer.Crozet Sébastien
2021-01-24Rename cdl to parry.Crozet Sébastien
2020-12-29Remove some irrelevant code.Crozet Sébastien
2020-12-29Move all the contact manifold computations out of Rapier.Crozet Sébastien
2020-12-29Outsource the contact manifold, SAT, and some shapes.Crozet Sébastien
2020-12-21cargo fmtrezural
2020-12-21add HarnessState to callbacks, move HarnessPlugin to src_testbed/harness/pluginrezural
2020-12-21add pluginsrezural
cargo fmt
2020-12-21harnessrezural
make harness a public mod, make harness.state public
2020-12-20extract PhysicsState, PhysicsSnapshot & PhysicsEventsrezural
cargo fmt changes to make rapier compile
2020-11-19Remove traces of the `fluids` feature.Crozet Sébastien
2020-11-19Remove the Salva integration code from rapier + add a plugin system to the ↵Crozet Sébastien
testbed.
2020-08-25First public release of Rapier.v0.1.0Sébastien Crozet