DrawImguiDesc
, with the appropriate config.amethyst_imgui::with
function.
rust
amethyst_imgui::with(|ui| {
ui.show_demo_window(&mut true);
});
No systems or other shinanigans are required now. All imgui state management occurs within the imgui render pass.