step 3: add widget shell and renderer foundation
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
|
||||
Dear PyGui gauge widgets for dashboards and telemetry displays.
|
||||
|
||||
Current implementation status: Step 2 logical state is implemented. Gauge creation functions build
|
||||
and register pure gauge state without requiring a Dear PyGui context; final widget shells and drawing
|
||||
arrive in later steps.
|
||||
Current implementation status: Step 3 widget shells are implemented. Gauge creation functions still
|
||||
register pure gauge state without requiring a Dear PyGui context, and when a Dear PyGui context is
|
||||
active they create a group plus drawlist shell with placeholder frame and value text rendering.
|
||||
|
||||
Runtime value updates are intended for the Dear PyGui GUI thread once rendering is implemented.
|
||||
Runtime value updates are intended for the Dear PyGui GUI thread. Attached gauges redraw immediately
|
||||
for simple value/configuration changes.
|
||||
|
||||
Reference in New Issue
Block a user