aboutsummaryrefslogtreecommitdiff
path: root/examples2d/trimesh2.rs
AgeCommit message (Expand)Author
2024-05-05Fix some typos. (#620)Bruce Mitchener
2024-04-30feat: rename collision_skin to contact_skinSébastien Crozet
2024-04-30fix: add a collision skin to the 2D trimesh demoSébastien Crozet
2024-01-27Fix clippy and enable clippy on CISé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-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-01-23Fix warnings in tests and testbed.Crozet Sébastien
2021-01-20Use newtypes for collider, rigid-body and joint handles.Crozet Sébastien
2021-01-06Add 2D trimesh example.Crozet Sébastien