step 7: harden docs and prepare beta

This commit is contained in:
2026-07-02 15:27:55 +02:00
parent f4716e0d19
commit ee5b60e620
13 changed files with 306 additions and 13 deletions

23
docs/EXAMPLES.md Normal file
View File

@@ -0,0 +1,23 @@
# 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`
- `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.