step 7: harden docs and prepare beta
This commit is contained in:
23
docs/EXAMPLES.md
Normal file
23
docs/EXAMPLES.md
Normal 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.
|
||||
Reference in New Issue
Block a user