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
/
joint_constraint
/
joint_constraint.rs
Age
Commit message (
Collapse
)
Author
2024-01-21
feat: implement new "small-steps" solver + joint improvements
Sébastien Crozet
2022-04-20
Finalize refactoring
Sébastien Crozet
2022-04-20
First round deleting the component sets.
Sébastien Crozet
2022-03-20
Fix warnings and add comments.
Sébastien Crozet
2022-03-20
Rebase on master branch
Sébastien Crozet
2022-03-20
Complete the parallel solver fix
Sébastien Crozet
2022-03-20
Start fixing the parallel version.
Sébastien Crozet
2022-01-02
Fix warnings
Sébastien Crozet
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-02-19
Make revolute joint actuation work properly even when SIMD is enabled.
Crozet Sébastien
2021-02-19
Complete the implementation of non-simd joint motor for the revolute joint.
Crozet Sébastien
2021-02-15
Implement non-linear position stabilization for the generic constraint.
Crozet Sébastien
2021-02-11
More experiments with the way the generic joint is stabilized.
Crozet Sébastien
2021-02-11
Start experimenting with a generic joint implementation for joint drives.
Crozet Sébastien
2021-01-04
Add support of 64-bits reals.
Crozet Sébastien
2020-08-25
First public release of Rapier.
v0.1.0
Sébastien Crozet