2 unstable releases
| 0.2.1 | Jan 22, 2026 |
|---|---|
| 0.2.0 |
|
| 0.1.0 | Dec 27, 2024 |
#2552 in Game dev
315KB
221 lines
bevy_quick_fps
Quick and dirty FPS display for bevy.
This crate is a macro that generates some code that displays diagnostic information like the FPS and CPU usage. Unlike normal crates, this crate may continue to work through bevy updates if bevy does not change its API.
Inspiration
This crate is heavily inspired by the amazing iyes_perf_ui.
Requirements
This crate generates its own diagnostics so no bevy diagnostic plugins is needed,
the only requirement is bevy_ui.
Showcase

Versions
| bevy | bevy_quick_fps |
|---|---|
| 0.15-0.17. | 0.1 |
| 0.18-latest | 0.2 |
Dependencies
~1MB
~22K SLoC