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
/
parallel_island_solver.rs
Age
Commit message (
Expand
)
Author
2024-03-17
feat: start experimenting with a glam/bevy version
bevy-glam
Sébastien Crozet
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
Cargo fmt
Sébastien Crozet
2022-03-20
Rebase on master branch
Sébastien Crozet
2022-03-20
Second round to fix the parallel solver.
Sébastien Crozet
2022-03-20
Start fixing the parallel version.
Sébastien Crozet
2022-01-16
Fix parallel build.
Sébastien Crozet
2022-01-02
Implement multibody joints and the new solver
Sébastien Crozet
2021-09-25
Impl Default for a few structs
Jamen Marz
2021-08-08
Update to nalgebra 0.29
Sébastien Crozet
2021-08-08
Fix warnings.
Sébastien Crozet
2021-06-01
Rework the event system
Crozet Sébastien
2021-04-29
Fix compilation of the parallel version
Crozet Sébastien
2021-04-26
Split rigid-bodies and colliders into multiple components
Crozet Sébastien
2021-04-01
Fix parallel build.
Crozet Sébastien
2021-03-31
Fix more warnings.
Crozet Sébastien
2021-03-31
Fix the parallel solver to work properly with CCD.
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-02-08
Apply accelerations during velocity solver
Emil Ernerfeldt
2021-01-22
Fix compilation in 2D.
Crozet Sébastien
2021-01-22
Merge branch 'master' into split_geom
Crozet Sébastien
2021-01-22
IntegrationParameters: deprectate dt() and inv_dt() methods
Emil Ernerfeldt
2021-01-21
Rotation locking: apply filter only to the world inertia properties to fix th...
Crozet Sébastien
2021-01-20
Use newtypes for collider, rigid-body and joint handles.
Crozet Sébastien
2021-01-04
Refactor the parallel solver code the same way we did with the non-parallel s...
Crozet Sébastien
2021-01-04
Add support of 64-bits reals.
Crozet Sébastien
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 of...
Crozet Sébastien
2020-08-25
First public release of Rapier.
v0.1.0
Sébastien Crozet