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_testbed
/
lib.rs
Age
Commit message (
Expand
)
Author
2024-08-05
Improve distant object panics in broad phase (#128)
Ben Harper
2024-08-02
Use workspace lints to control unexpected_cfgs. (#682)
Bruce Mitchener
2024-07-19
testbed: Remove use of missing log feature (#684)
Bruce Mitchener
2024-07-12
Use `bitflags!` consistently. (#680)
Bruce Mitchener
2024-05-25
fix: allow enexpected_cfgs
Sébastien Crozet
2024-05-25
feat: add simple inverse-kinematics solver for multibodies (#632)
Sébastien Crozet
2024-01-27
Fix clippy and enable clippy on CI
Sébastien Crozet
2024-01-21
feat: implement new "small-steps" solver + joint improvements
Sébastien Crozet
2023-11-03
delete comments left over in diff
johnny-smitherson
2023-10-29
Fix crashes on MacOS
Sébastien Crozet
2022-08-04
Reexport `BevyMaterial` alias
Sludge
2022-04-28
Testbed: switch to bevy 0.7
Sébastien Crozet
2022-04-22
Add a basic lines-based debug-renderer
Sébastien Crozet
2022-01-16
Fix some solver issues
Sébastien Crozet
2022-01-02
Implement multibody joints and the new solver
Sébastien Crozet
2021-08-08
Release v0.11.0
v0.110
Sébastien Crozet
2021-07-08
add opacity to EntityWithGraphics
rezural
2021-06-02
Update dependencies
Crozet Sébastien
2021-05-16
Replace Kiss3d by Bevy for the testbed renderer.
Crozet Sébastien
2021-01-24
Rename cdl to parry.
Crozet Sébastien
2020-12-29
Remove some irrelevant code.
Crozet Sébastien
2020-12-29
Move all the contact manifold computations out of Rapier.
Crozet Sébastien
2020-12-29
Outsource the contact manifold, SAT, and some shapes.
Crozet Sébastien
2020-12-21
cargo fmt
rezural
2020-12-21
add HarnessState to callbacks, move HarnessPlugin to src_testbed/harness/plugin
rezural
2020-12-21
add plugins
rezural
2020-12-21
harness
rezural
2020-12-20
extract PhysicsState, PhysicsSnapshot & PhysicsEvents
rezural
2020-11-19
Remove traces of the `fluids` feature.
Crozet Sébastien
2020-11-19
Remove the Salva integration code from rapier + add a plugin system to the te...
Crozet Sébastien
2020-08-25
First public release of Rapier.
v0.1.0
Sébastien Crozet