aboutsummaryrefslogtreecommitdiff
path: root/examples2d/all_examples2.rs
AgeCommit message (Expand)Author
2025-01-08Update to Parry 0.18 (#770)Thierry Berger
2024-06-09chore: clippy fixesSébastien Crozet
2024-06-09chore: add more commentsSébastien Crozet
2024-05-25feat: add simple inverse-kinematics solver for multibodies (#632)Sébastien Crozet
2024-04-30feat: add warmstarting to contact constraints resolutionSébastien Crozet
2024-04-30feat: add "compression" debug-exampleSébastien Crozet
2024-04-30feat: add a few more debug demosSébastien Crozet
2024-01-27Fix clippy and enable clippy on CISébastien Crozet
2023-12-10Fixed formatting of modified files.pellico
2023-12-10Fix #378 Added one example join_motor_positionpellico
2022-12-26Fix CI build error check-fmtfabriceci
2022-11-05fix name changeWolftousen
2022-11-04Adding a Rope JointWolftousen
2022-10-02Add a character controller implementationSébastien Crozet
2022-01-16Fix some solver issuesSébastien Crozet
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