aboutsummaryrefslogtreecommitdiff
path: root/examples2d/all_examples2.rs
AgeCommit message (Expand)Author
2021-06-03Add nalgebra to the prelude to make the macros work out of the boxCrozet Sébastien
2021-05-16Replace Kiss3d by Bevy for the testbed renderer.Crozet Sébastien
2021-03-26First working version of non-linear CCD based on single-substep motion-clamping.Crozet Sébastien
2021-02-23Update the testbed to use PhysicsHooks.Crozet Sébastien
2021-01-26Allow using polylines as a collider shape.Crozet Sébastien
2021-01-06Add 2D trimesh example.Crozet Sébastien
2020-12-01Rename RigidBodyBuilder::principal_inertia -> principal_angular_inertia for c...Crozet Sébastien
2020-11-30Add a 2D demo for locking rotation.Crozet Sébastien
2020-11-10Move the infinite fall debug example to the 3D examples.Crozet Sébastien
2020-11-10Merge pull request #30 from robert-hrusecky/infinite_fall_memorySébastien Crozet
2020-11-03Add damping support + demos.Crozet Sébastien
2020-11-03Add restitution.Crozet Sébastien
2020-10-29Merge branch 'master' into infinite_fall_memoryRobert Hrusecky
2020-10-27Add collision groups demos.Crozet Sébastien
2020-10-05Example to isolate memory leak issueRobert Hrusecky
2020-09-28Move 2D benchmarks into their own directory/crate.Crozet Sébastien
2020-08-27Fix BroadPhase proxy handle recycling causing a crash.Sébastien Crozet
2020-08-25First public release of Rapier.v0.1.0Sébastien Crozet