# Widget Showcase Play Demo SimVX Comprehensive UI Showcase Demo. Tours every major widget category with simulated mouse/keyboard input, tests interactive states, showcases 2D canvas drawing, and doubles as a headless integration test. Run: uv run python packages/graphics/examples/ui_widget_showcase.py uv run python packages/graphics/examples/ui_widget_showcase.py --test uv run python packages/graphics/examples/ui_widget_showcase.py --mode 2 ## Source Code ```{literalinclude} ../../packages/graphics/examples/ui_widget_showcase.py :language: python :linenos: ```