aboutsummaryrefslogtreecommitdiff
path: root/examples3d/ccd3.rs
AgeCommit message (Expand)Author
2024-01-27Fix clippy and enable clippy on CISébastien Crozet
2022-07-01Fix examplesSébastien Crozet
2022-03-20Combine contact events and intersection events into a single event type and f...Sébastien Crozet
2022-03-20Rename rigid-body `static` to `fixed`Sébastien Crozet
2022-03-20Joint API and joint motors improvementsSébastien Crozet
2022-01-02Implement multibody joints and the new solverSébastien Crozet
2021-06-01Rework the event systemCrozet Sébastien
2021-05-25Add prelude + use vectors for setting linvel/translation in buildersCrozet Sébastien
2021-05-16Replace Kiss3d by Bevy for the testbed renderer.Crozet Sébastien
2021-04-12Switch to nalgebra 0.26Crozet Sébastien
2021-03-31Fix some warnings.Crozet Sébastien
2021-03-26First working version of non-linear CCD based on single-substep motion-clamping.Crozet Sébastien