Expand description
egui
integration for egui-async
.
This module provides the EguiAsyncPlugin
, which is necessary to integrate
egui-async
into an egui
application.
To use egui-async
, you must register the plugin with your egui::Context
.
The simplest way is to call ctx.plugin_or_default::<EguiAsyncPlugin>();
once per frame in your application’s update loop.
Structs§
- Egui
Async Plugin - The plugin that drives
egui-async
’s per-frame updates.