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
Age
Commit message (
Expand
)
Author
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
remove time from plugin.run_callbacks
rezural
2020-12-31
remove time field from HarnessPlugin trait
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-31
Revert "leading _ for run_state to squash warning"
rezural
2020-12-31
add harness_mut() to testbed
rezural
2020-12-31
remove unused use
rezural
2020-12-31
leading _ for run_state to squash warning
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
Support compound shapes.
Crozet Sébastien
2020-12-29
Add convex polygons support.
Crozet Sébastien
2020-12-29
Start upgrading to physx 0.10.
Crozet Sébastien
2020-12-29
Add example for 3D convex polyhedron.
Crozet Sébastien
2020-12-29
Use Isometry::inv_mul.
Crozet Sébastien
2020-12-29
Remove some irrelevant code.
Crozet Sébastien
2020-12-29
Externalize the proximity code (renamed intersection).
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-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
add num_threads back in too
rezural
2020-12-24
fix typo with creating threadpool in RunState
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
change HarnessPlugin trait to add run_state to the step trait method
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-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
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-30
Add a simpler to lock the rotation or translation of a dynamic rigid-body.
Crozet Sébastien
2020-11-26
Fix collider insertion/removal tracking.
Crozet Sébastien
2020-11-25
Properly track some user-initiatied rigid-body modifications.
Crozet Sébastien
[prev]
[next]