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
/
pipeline
/
event_handler.rs
Age
Commit message (
Expand
)
Author
2023-01-22
Voxel fracture experiments
voxels
Sébastien Crozet
2022-07-07
Add ActiveEvents::CONTACT_FORCE_EVENTS for consistency with ActiveEvents::COL...
Sébastien Crozet
2022-07-04
Add hepler function for building a contact force event from a contact pair
Sébastien Crozet
2022-07-01
Name the contact force events ContactForceEvent instead of CollisionForceEvent
Sébastien Crozet
2022-07-01
Add contact force events generated above a user-defined threshold
Sébastien Crozet
2022-06-30
Update ActiveEvents rustdocs to remove EventHandler::handle_intersection_event()
Nash
2022-04-28
Add collision event flags
Sébastien Crozet
2022-03-20
Emit collision stopped events after a collider is removed.
Sébastien Crozet
2022-03-20
Combine contact events and intersection events into a single event type and f...
Sébastien Crozet
2021-06-01
Add ActiveCollisionTypes to easily enable collision-detection between two non...
Crozet Sébastien
2021-06-01
Rework the event system
Crozet Sébastien
2020-12-29
Externalize the proximity code (renamed intersection).
Crozet Sébastien
2020-08-25
First public release of Rapier.
v0.1.0
Sébastien Crozet