step 5: complete first gauge catalogue

This commit is contained in:
2026-07-02 14:47:05 +02:00
parent d638c512e9
commit 1a476bc91d
11 changed files with 594 additions and 16 deletions

View File

@@ -2,13 +2,10 @@
Dear PyGui gauge widgets for dashboards and telemetry displays.
Current implementation status: Step 4 simple gauge rendering is implemented. Digital, bar, level,
and status gauges render Dear PyGui drawlist visuals; bar and level gauges draw threshold bands and
markers. 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.
Current implementation status: Step 5 first catalogue rendering is implemented. Analog, digital,
bar, level, status, segmented, compass, thermometer, battery, and multi-value gauges render Dear
PyGui drawlist visuals. Bar/level gauges draw threshold bands and markers; analog gauges draw ticks,
redline bands, markers, and needles.
Runtime value updates are intended for the Dear PyGui GUI thread. Attached gauges redraw immediately
for simple value/configuration changes.
Analog, segmented, compass, thermometer, battery, and multi-value visuals are scheduled for later
steps and may still use placeholder rendering.