aboutsummaryrefslogtreecommitdiff
path: root/src_testbed/plugin.rs
AgeCommit message (Collapse)Author
2021-07-08add update_ui to TestbedPluginrezural
2021-07-08enable clear_graphics and run_callbacks aginrezural
update plugin signature to recieve bevy structs, add Arc<Mutex<>> around gfx_components, we we can get shared mutable access add prefab_meshes() access function Remove Arc<Mutex<>>
2021-05-16Replace Kiss3d by Bevy for the testbed renderer.Crozet Sébastien
2020-12-24cargo fmtrezural
2020-12-24pass run_state instead of time to TestbedPlugin::run_callbacksrezural
2020-12-20extract PhysicsState, PhysicsSnapshot & PhysicsEventsrezural
cargo fmt changes to make rapier compile
2020-11-19Remove the Salva integration code from rapier + add a plugin system to the ↵Crozet Sébastien
testbed.