Module pluginui

Source
Expand description

New Plugin UI Framework

A simplified, egui-inspired UI framework for plugins that provides immediate mode UI with a clean, simple API.

Macros§

log_error
log_info
log_warn

Structs§

Context
Runtime context for UI operations
CreationContext
Creation context passed to plugins during initialization
Response
Response from UI interactions
Ui
Main UI builder - provides immediate mode UI building
UiComponent
Internal component representation for serialization

Enums§

UiComponentType

Traits§

PluginUiOption
插件UI选项 trait 提供UI相关的便捷方法,使用上下文传递模式