Files
dpg-gauges/README.md

13 lines
692 B
Markdown

# dpg-gauges
Dear PyGui gauge widgets for dashboards and telemetry displays.
Current implementation status: Step 6 high-rate update support 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. Animation and smoothing are configurable per gauge; high-rate
examples marshal latest producer-thread values to GUI-thread frame callbacks.