bevy/crates/bevy_dev_tools
Mateusz Wachowiak 2d29954034
Fps overlay (#12382)
# Objective

- Part of #12351
- Add fps overlay

## Solution

- Create `FpsOverlayPlugin`
- Allow for configuration through resource `FpsOverlayConfig`
- Allow for configuration during runtime

### Preview on default settings

![20240308_22h23m25s_grim](https://github.com/bevyengine/bevy/assets/62356462/33d3d7a9-435e-4e0b-9814-d3274e779a69)

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2024-03-11 19:26:14 +00:00
..
src Fps overlay (#12382) 2024-03-11 19:26:14 +00:00
Cargo.toml Fps overlay (#12382) 2024-03-11 19:26:14 +00:00