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
/
harness
/
mod.rs
Age
Commit message (
Expand
)
Author
2022-07-01
Add contact force events generated above a user-defined threshold
Sébastien Crozet
2022-04-20
Finalize refactoring
Sébastien Crozet
2022-03-20
Combine contact events and intersection events into a single event type and f...
Sébastien Crozet
2022-03-20
Joint API and joint motors improvements
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-09-12
Make the 2D add-remove demo more intereting.
Sébastien Crozet
2021-05-16
Replace Kiss3d by Bevy for the testbed renderer.
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-03-31
Fix the parallel solver to work properly with CCD.
Crozet Sébastien
2021-03-29
Implement the ability to run multiple CCD substeps.
Crozet Sébastien
2021-03-26
First working version of non-linear CCD based on single-substep motion-clamping.
Crozet Sébastien
2021-02-23
Update the testbed to use PhysicsHooks.
Crozet Sébastien
2021-02-23
Introduce the PhysicsHook trait used for both contact filtering and contact m...
Crozet Sébastien
2021-01-23
Fix warnings and 2D compilation when parallelism is ON but SIMD is OFF.
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-22
IntegrationParameters: deprectate dt() and inv_dt() methods
Emil Ernerfeldt
2021-01-02
unify callbacks with & without graphics & window
rezural
2020-12-31
remove time from plugin.run_callbacks
rezural
2020-12-31
cargo fmt
rezural
2020-12-31
remove redundant time :f32 from harness callbacks. it can be access via run_s...
rezural
2020-12-29
Support compound shapes.
Crozet Sébastien
2020-12-24
cargo fmt
rezural
2020-12-24
rework some threading code with the ui
rezural
2020-12-24
add num_threads back in too
rezural
2020-12-24
fix typo with creating threadpool in RunState
rezural
2020-12-24
cargo fmt
rezural
2020-12-24
change HarnessPlugin trait to add run_state to the step trait method
rezural
2020-12-24
refactor testbed to use harness
rezural
2020-12-21
remove some commented code
rezural
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