Custom your egui client-side window frame.
// Make sure your window has a transparent background with no decorations // In the update function egui_custom_frame::CustomFrame::default().show(ctx, |ui| { ui.label("Hello World!"); });