aboutsummaryrefslogtreecommitdiff
path: root/src_testbed/ui.rs
AgeCommit message (Collapse)Author
2022-04-28Testbed: switch to bevy 0.7Sébastien Crozet
2022-04-20First round deleting the component sets.Sébastien Crozet
2022-03-20Joint API and joint motors improvementsSé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-05-17Fix compilation with the parallel feature enabled.Crozet Sébastien
2021-05-17Fix warnings when compiling tests.Crozet Sébastien
2021-05-16Replace Kiss3d by Bevy for the testbed renderer.Crozet Sébastien
2021-01-23Fix warnings in tests and testbed.Crozet Sébastien
2021-01-22Fix compilation in 2D.Crozet Sébastien
2021-01-22Fix regressions introduced by the merge with master.Crozet Sébastien
2020-12-31Revert "leading _ for run_state to squash warning"rezural
This reverts commit aaf2872e5c8cd444d34b3503dd3380b1dcd074f2.
2020-12-31leading _ for run_state to squash warningrezural
2020-12-24cargo fmtrezural
2020-12-24rework some threading code with the uirezural
2020-08-25First public release of Rapier.v0.1.0Sébastien Crozet