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§
Structs§
- Context
- Runtime context for UI operations
- Creation
Context - 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§
Traits§
- Plugin
UiOption - 插件UI选项 trait 提供UI相关的便捷方法,使用上下文传递模式