Files
dpg-gauges/docs/EXAMPLES.md

25 lines
534 B
Markdown

# Examples
Run examples with `uv run python examples/<name>.py`.
- `basic_analog.py`
- `basic_digital.py`
- `basic_bar.py`
- `basic_level.py`
- `basic_status.py`
- `basic_segmented.py`
- `basic_compass.py`
- `basic_thermometer.py`
- `basic_battery.py`
- `basic_multi_value.py`
- `thresholds_markers.py`
- `animations.py`
- `dashboard.py`
- `layout_grid.py`
- `sizing.py`
- `live_high_rate.py`
- `live_worst_case.py`
The live examples use a producer thread for data generation and a Dear PyGui frame callback for all
gauge updates.