aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier_testbed2d
AgeCommit message (Collapse)Author
2022-10-30Release v0.16.0Sébastien Crozet
2022-10-07Enable more features when documenting on docs.rsGuillaume Gomez
2022-10-02Release v0.15.0Sébastien Crozet
2022-08-25Update `bevy_egui`Sludge
2022-08-04Update bevy and wgpuSludge
2022-07-09Release v0.14Sébastien Crozet
2022-05-31Release v0.13.0Sébastien Crozet
2022-05-31Make the`instant` dependency optional, behind a `profiler` cargo featureSébastien Crozet
2022-04-30Release v0.12.0Sébastien Crozet
2022-04-28Testbed: switch to bevy 0.7Sébastien Crozet
2022-04-22Add a basic lines-based debug-rendererSébastien Crozet
2022-01-21Bump testbed to version 0.12.0-alpha.1Sé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-09Update the testbed to use bevy 0.6Sébastien Crozet
2022-01-02Release v0.12.0-alpha.0Sébastien Crozet
2022-01-02Implement multibody joints and the new solverSébastien Crozet