imgui-ext
A derive-macro for imgui.
let mut example = Example ;
ui.window.build;

Examples
# codegen example (see examples/codegen.rs to see the code generated by the macro)
# several UI examples
# integration with nalgebra types
Limitations
#[derive(imgui_ext::Gui)]is only supported forstructs with named fields.