fn show_ui(
world: &mut World,
ctx: &mut SystemState<EguiContexts<'_, '_>>,
initialized: Local<'_, bool>,
frame_history: Local<'_, VecDeque<f64>>,
counter: Local<'_, u8>,
modal_open: Local<'_, bool>,
) -> Result<()>Expand description
Main function to show the user interface