aboutsummaryrefslogtreecommitdiff
path: root/examples2d
AgeCommit message (Collapse)Author
2024-01-27Fix clippy and enable clippy on CISébastien Crozet
2024-01-21feat: implement new "small-steps" solver + joint improvementsSébastien Crozet
2023-12-10fix initialization of the joint_motor_position examplesSébastien Crozet
2023-12-10Removed not required parenthesespellico
2023-12-10fix: avoid perpetual movement when the target ang motor position is overshotSébastien Crozet
2023-12-10Fixed formatting of modified files.pellico
2023-12-10Fix #378 Added one example join_motor_positionpellico
2023-02-04Fix formattingJan Nils Ferner
2023-01-26Import PIJan Nils Ferner
2023-01-24Add wall to test #426Jan Nils Ferner
2022-12-26Fix CI build error check-fmtfabriceci
2022-11-05fix name changeWolftousen
2022-11-04Adding a Rope JointWolftousen
2022-10-02Fix warningsSébastien Crozet
2022-10-02Add a character controller implementationSébastien Crozet
2022-08-25Fix buildSludge
2022-08-13impl GroupTristan Guichaoua
2022-07-01Fix examplesSébastien Crozet
2022-05-30Add the option to automatically wake-up rigid-bodies a new joint is attached toSébastien Crozet
2022-04-20Finalize refactoringSébastien Crozet
2022-03-20Update testsSébastien Crozet
2022-03-20Combine contact events and intersection events into a single event type and ↵Sébastien Crozet
flags
2022-03-20Rename rigid-body `static` to `fixed`Sébastien Crozet
2022-03-20Rebase on master branchSébastien Crozet
2022-03-20Joint API and joint motors improvementsSébastien Crozet
2022-01-16Fix some solver issuesSébastien Crozet
- Fix the wrong codepath taken by the solver for contacts involving a collider without parent. - Properly adress the non-linear treatment of the friction direction - Simplify the sleeping strategy - Add an impulse resolution multiplier
2022-01-02Implement multibody joints and the new solverSébastien Crozet
2021-09-12Make the 2D add-remove demo more intereting.Sébastien Crozet
2021-09-12Fix velocity computation for position-based kinematic bodiesSébastien Crozet
2021-07-11Release v0.10.0v0.10.0Crozet Sébastien
2021-06-03Add nalgebra to the prelude to make the macros work out of the boxCrozet Sébastien
2021-06-02Release v0.9.0v0.9.0Crozet Sébastien
2021-06-02Update dependenciesCrozet Sébastien
2021-06-01Add a velocity-based platform the the platform demos.Crozet Sébastien
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-26Split rigid-bodies and colliders into multiple componentsCrozet Sébastien
2021-04-12Switch to nalgebra 0.26Crozet Sébastien
2021-03-31Add missing example file.Crozet Sébastien
2021-03-31Fix the parallel solver to work properly with CCD.Crozet Sébastien
2021-03-26First working version of non-linear CCD based on single-substep motion-clamping.Crozet Sébastien
2021-03-07Projection friction impulses on an implicit cone instead of a pyramidal ↵Crozet Sébastien
approximation.
2021-03-01Release v0.6.0Crozet Sébastien
2021-02-23Fix the compilation of tests.Crozet Sébastien
2021-02-23Rename modify_contacts -> modify_solver_contacts.Crozet Sébastien
2021-02-23Update the testbed to use PhysicsHooks.Crozet Sébastien
2021-02-23Add one-way platform + conveyor belt demos.Crozet Sébastien
2021-01-26Allow using polylines as a collider shape.Crozet Sébastien
2021-01-23Fix warnings in tests and testbed.Crozet Sébastien