aboutsummaryrefslogtreecommitdiff
path: root/examples2d/add_remove2.rs
AgeCommit message (Collapse)Author
2021-05-25Add prelude + use vectors for setting linvel/translation in buildersCrozet Sébastien
2021-05-16Replace Kiss3d by Bevy for the testbed renderer.Crozet Sébastien
2021-04-26Split rigid-bodies and colliders into multiple componentsCrozet Sébastien
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-11-19Add explicit wake_up parameter to method setting the position and velocity ↵Crozet Sébastien
of a rigid-body.
2020-10-06Fix compilation in 2D.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