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:
2026-03-25 15:23:31 +09:00
parent dbaff58a3f
commit 2cfb721359
4 changed files with 272 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ members = [
"crates/voltex_net",
"crates/voltex_script",
"crates/voltex_editor",
"examples/editor_demo",
]
[workspace.dependencies]