aboutsummaryrefslogtreecommitdiff
path: root/src_testbed/nphysics_backend.rs
AgeCommit message (Expand)Author
2021-03-08Start implementing SAPLayer creation and insertion.Crozet Sébastien
2021-02-19Complete the implementation of non-simd joint motor for the revolute joint.Crozet Sébastien
2021-02-11Start experimenting with a generic joint implementation for joint drives.Crozet Sébastien
2021-01-22Merge branch 'master' into split_geomCrozet Sébastien
2021-01-22IntegrationParameters: deprectate dt() and inv_dt() methodsEmil Ernerfeldt
2021-01-20Switch to [u32; DIM] instead of Point<u32> for element indices.Crozet Sébastien
2020-12-29Add convex polygons support.Crozet Sébastien
2020-12-29Outsource the contact manifold, SAT, and some shapes.Crozet Sébastien
2020-11-30Add a simpler to lock the rotation or translation of a dynamic rigid-body.Crozet Sébastien
2020-11-19Add explicit wake_up parameter to method setting the position and velocity of...Crozet Sébastien
2020-11-03Add restitution.Crozet Sébastien
2020-10-26Fix multiple warnings.Crozet Sébastien
2020-10-26Redefine capsules as a segment with a radius, allowing us to reuse the pfm_pf...Crozet Sébastien
2020-10-26Fix testbed compilation with other backends.Crozet Sébastien
2020-10-05Joint set iteration: also yield the joint handle.Crozet Sébastien
2020-09-01Fix mass property update when adding a collider.Sébastien Crozet
2020-09-01Fix constraints resolution with non-identity relative collider position.Sébastien Crozet
2020-08-31Add compound demo.Sébastien Crozet
2020-08-25First public release of Rapier.v0.1.0Sébastien Crozet