aboutsummaryrefslogtreecommitdiff
path: root/src_testbed/lib.rs
AgeCommit message (Collapse)Author
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