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
Age
Commit message (
Collapse
)
Author
2021-01-21
Allow several rules for combining friction/restitution coefficients.
Crozet Sébastien
2021-01-21
Rotation locking: apply filter only to the world inertia properties to fix ↵
Crozet Sébastien
the multi-collider case.
2021-01-20
Fix velocity constraints for ball joints involving bodies with non-uniform ↵
Crozet Sébastien
angular inertia. Fix #86
2021-01-20
Use newtypes for collider, rigid-body and joint handles.
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-12
Properly reset the BodySet::modified_all_bodies flag.
Crozet Sébastien
2021-01-07
Testbed: don't rely on github versions for ncollide, nphysics, kiss3d.
Crozet Sébastien
2021-01-06
Add gravity scaling to rigid-bodies.
Crozet Sébastien
2021-01-06
Add 2D trimesh 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 shapes to the heightfield and trimesh demos.
Crozet Sébastien
2021-01-05
Add compound shape support.
Crozet Sébastien
2021-01-05
patch.crates-io: point towards the repositories of cdl, ncollide, nphysics, ↵
Crozet Sébastien
kiss3d.
2021-01-04
Refactor the parallel solver code the same way we did with the non-parallel ↵
Crozet Sébastien
solver.
2021-01-04
Add support of 64-bits reals.
Crozet Sébastien
2020-12-31
Query pipeline: add methods to collect all intersections with a point or a ↵
Crozet Sébastien
shape.
2020-12-31
QueryPipeline: add shape casting, point projection, and intersection queries.
Crozet Sébastien
2020-12-31
Restore contact events.
Crozet Sébastien
2020-12-31
Perform contact sorting in the narrow-phase directly.
Crozet Sébastien
2020-12-31
Refactor the constraints solver code.
Crozet Sébastien
2020-12-31
Remove code related to point-point kinematics.
Crozet Sébastien
2020-12-30
Fix broken position constraint.
Crozet Sébastien
2020-12-30
Define the MAX_MANIFOLD_POINTS in this crate.
Crozet Sébastien
2020-12-30
Try using solver contacts again, but in a more cache-coherent way.
Crozet Sébastien
2020-12-30
Attempt to combine the position constraints initialization with the velocity ↵
Crozet Sébastien
constraints initialization.
2020-12-30
Remove the useless manifold.data.pair field.
Crozet Sébastien
2020-12-29
Move the harness example to the examples folder.
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 unused constrants.
Crozet Sébastien
2020-12-29
Remove some commented code.
Crozet Sébastien
2020-12-29
Fix compilation when serde is enabled.
Crozet Sébastien
2020-12-29
Fix trimesh benchmark name for backward compatibility of bench results.
Crozet Sébastien
2020-12-29
Fix compilation when serde isn't enabled.
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 Shape trait, wquadtree, and shape types.
Crozet Sébastien
2020-12-29
Outsource the contact manifold, SAT, and some shapes.
Crozet Sébastien
2020-12-22
Merge pull request #81 from rezural/harness
Sébastien Crozet
Introduce a run harness, to make running salva with rapier easier with headless.
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
cargo fmt
[next]