index
:
github/rapier.git
bevy-glam
broken-perf-experiments
collider_pos_in_manifold
collider_removal
disabled-flag
master
perf_experiments
public_pair_events
testbed-init-app
v0.11-maintainance
voxels
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dynamics
/
solver
/
position_solver.rs
Age
Commit message (
Collapse
)
Author
2022-01-02
Implement multibody joints and the new solver
Sébastien Crozet
2021-04-26
Split rigid-bodies and colliders into multiple components
Crozet Sébastien
2021-03-30
Run the position solver after the CCD motion clamping.
Crozet Sébastien
2021-03-26
First working version of non-linear CCD based on single-substep motion-clamping.
Crozet Sébastien
2021-01-04
Add support of 64-bits reals.
Crozet Sébastien
2020-12-31
Perform contact sorting in the narrow-phase directly.
Crozet Sébastien
2020-12-31
Refactor the constraints solver code.
Crozet Sébastien
2020-12-31
Remove code related to point-point kinematics.
Crozet Sébastien
2020-12-30
Attempt to combine the position constraints initialization with the velocity ↵
Crozet Sébastien
constraints initialization.
2020-11-25
Properly track some user-initiatied rigid-body modifications.
Crozet Sébastien
2020-11-19
Add explicit wake_up parameter to method setting the position and velocity ↵
Crozet Sébastien
of a rigid-body.
2020-08-25
First public release of Rapier.
v0.1.0
Sébastien Crozet