aboutsummaryrefslogtreecommitdiff
path: root/examples2d/sensor2.rs
AgeCommit message (Collapse)Author
2021-01-22Merge branch 'master' into split_geomCrozet Sébastien
# Conflicts: # examples2d/sensor2.rs # examples3d/sensor3.rs # src/dynamics/integration_parameters.rs # src/dynamics/solver/parallel_island_solver.rs # src/dynamics/solver/velocity_constraint.rs # src/dynamics/solver/velocity_ground_constraint.rs # src_testbed/nphysics_backend.rs # src_testbed/physx_backend.rs # src_testbed/testbed.rs
2021-01-03enable graphics and windows related code in examplesrezural
2021-01-02unify callbacks with & without graphics & windowrezural
2020-12-31remove redundant time :f32 from harness callbacks. it can be access via ↵rezural
run_state.time
2020-12-31cargo fmtrezural
2020-12-31make examples compile, code that accessed window & graphics via the callback ↵rezural
is currently disabled, until that is added back in
2020-12-29Add convex polygons support.Crozet Sébastien
2020-09-06Move benchmark demos into their own directory.Sébastien Crozet
2020-08-27Fix BroadPhase proxy handle recycling causing a crash.Sébastien Crozet
2020-08-25First public release of Rapier.v0.1.0Sébastien Crozet