Module egui

Module egui 

Source
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§

EguiAsyncPlugin
The plugin that drives egui-async’s per-frame updates.

Traits§

UiExt
Extension trait for egui::Ui providing convenient UI widgets.