feat(editor): add editor_demo example with IMGUI widgets
Interactive demo showing panel, text, button, slider, and checkbox widgets rendered via the new UiRenderer pipeline. Uses winit event loop with mouse input forwarded to UiContext. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -23,6 +23,7 @@ members = [
|
||||
"crates/voltex_net",
|
||||
"crates/voltex_script",
|
||||
"crates/voltex_editor",
|
||||
"examples/editor_demo",
|
||||
]
|
||||
|
||||
[workspace.dependencies]
|
||||
|
||||
Reference in New Issue
Block a user