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
2021-03-26
First working version of non-linear CCD based on single-substep motion-clamping.
Crozet Sébastien
2021-03-08
Start implementing SAPLayer creation and insertion.
Crozet Sébastien
2021-03-07
Projection friction impulses on an implicit cone instead of a pyramidal appro...
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-02-19
Complete the implementation of non-simd joint motor for the revolute joint.
Crozet Sébastien
2021-02-11
Start experimenting with a generic joint implementation for joint drives.
Crozet Sébastien
2021-02-08
Don't serialize solver contacts + remove erased-serde dependency.
Crozet Sébastien
2021-01-26
Fix compilation of the 3D testbed.
Crozet Sébastien
2021-01-26
Allow using polylines as a collider shape.
Crozet Sébastien
2021-01-24
Rename cdl to parry.
Crozet Sébastien
2021-01-23
Fix warnings in tests and testbed.
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-20
Fix velocity constraints for ball joints involving bodies with non-uniform an...
Crozet Sébastien
2021-01-20
Switch to [u32; DIM] instead of Point<u32> for element indices.
Crozet Sébastien
2021-01-20
Add 3D convex decomposition example.
Crozet Sébastien
2021-01-06
Fix 2D compilation.
Crozet Sébastien
2021-01-06
Tesbted physx backend: add heightfield, trimesh, and convex mesh support.
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
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
[prev]
[next]