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
/
testbed.rs
Age
Commit message (
Expand
)
Author
2021-02-23
Update the testbed to use PhysicsHooks.
Crozet Sébastien
2021-02-08
Don't serialize solver contacts + remove erased-serde dependency.
Crozet Sébastien
2021-01-23
Fix warnings in tests and testbed.
Crozet Sébastien
2021-01-22
Fix compilation in 2D.
Crozet Sébastien
2021-01-22
Fix regressions introduced by the merge with master.
Crozet Sébastien
2021-01-22
Merge branch 'master' into split_geom
Crozet Sébastien
2021-01-06
Fix 2D compilation.
Crozet Sébastien
2021-01-05
Testbed physx backend: re-add joints.
Crozet Sébastien
2021-01-05
Add compound shape support.
Crozet Sébastien
2021-01-02
unify callbacks with & without graphics & window
rezural
2020-12-31
QueryPipeline: add shape casting, point projection, and intersection queries.
Crozet Sébastien
2020-12-31
Perform contact sorting in the narrow-phase directly.
Crozet Sébastien
2020-12-31
remove some unused imports
rezural
2020-12-31
add harness_mut() to testbed
rezural
2020-12-31
remove unused use
rezural
2020-12-31
remove plugin callback related code from testbed
rezural
2020-12-31
Update src_testbed/testbed.rs
rezural
2020-12-31
remove comment
rezural
2020-12-31
TODO comment update
rezural
2020-12-30
Remove the useless manifold.data.pair field.
Crozet Sébastien
2020-12-29
Use Isometry::inv_mul.
Crozet Sébastien
2020-12-29
Externalize the proximity code (renamed intersection).
Crozet Sébastien
2020-12-29
Outsource the contact manifold, SAT, and some shapes.
Crozet Sébastien
2020-12-24
cargo fmt
rezural
2020-12-24
rework some threading code with the ui
rezural
2020-12-24
remove thread code completely from testbed
rezural
2020-12-24
pass run_state instead of time to TestbedPlugin::run_callbacks
rezural
2020-12-24
cargo fmt
rezural
2020-12-24
reenable self.highlight_hovered_body
rezural
2020-12-24
remove fixme comments
rezural
2020-12-24
remove event code
rezural
2020-12-24
remove time & timestep_id from testbed side of things
rezural
2020-12-24
remove unused physics var
rezural
2020-12-24
refactor testbed to use harness
rezural
2020-12-20
cargo fmt
rezural
2020-12-20
extract PhysicsState, PhysicsSnapshot & PhysicsEvents
rezural
2020-12-20
make new public on PhysicsState
rezural
2020-11-30
Add a 2D demo for locking rotation.
Crozet Sébastien
2020-11-24
Fix the testbed.
Crozet Sébastien
2020-11-19
Add explicit wake_up parameter to method setting the position and velocity of...
Crozet Sébastien
2020-11-19
Add a parameter to indicate if collider removal should wake-up its parent.
Crozet Sébastien
2020-11-19
Fix compilation of the testbed when the parallel feature is enabled.
Crozet Sébastien
2020-11-19
Fix rebase breakage.
Crozet Sébastien
2020-11-19
Remove the Salva integration code from rapier + add a plugin system to the te...
Crozet Sébastien
2020-11-03
Add damping support + demos.
Crozet Sébastien
2020-11-02
Implement joint removal.
Crozet Sébastien
2020-10-27
Added user-implementable traits for collision/proximity pair filtering.
Crozet Sébastien
2020-10-27
Take collision groups into account for ray-casting.
Crozet Sébastien
2020-10-27
Add collision groups demos.
Crozet Sébastien
2020-10-26
Fix multiple warnings.
Crozet Sébastien
[next]