Crates.io | bevy_mini_fps |
lib.rs | bevy_mini_fps |
version | 0.1.0 |
created_at | 2024-12-27 02:59:55.092876+00 |
updated_at | 2024-12-27 02:59:55.092876+00 |
description | Quick and dirty FPS display for bevy. |
homepage | |
repository | https://github.com/mintlu8/bevy_stat_query |
max_upload_size | |
id | 1496132 |
size | 504,107 |
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.
This crate is heavily inspired by the amazing iyes_perf_ui
.
This crate generates its own diagnostics so no bevy diagnostic plugins is needed,
the only requirement is bevy_ui
.
bevy | bevy_quick_fps |
---|---|
0.15-latest | 0.1 |