#bevy #fps-counter #counter #engine

bevy-fps-counter

A simple FPS counter plugin for Bevy

7 releases (breaking)

0.7.0 Apr 29, 2025
0.6.0 Jan 30, 2025
0.5.0 Sep 26, 2024
0.4.0 Mar 6, 2024
0.1.0 May 1, 2023

#431 in Game dev

Download history 8/week @ 2025-01-15 4/week @ 2025-01-22 135/week @ 2025-01-29 36/week @ 2025-02-05 64/week @ 2025-02-12 1/week @ 2025-02-19 36/week @ 2025-02-26 36/week @ 2025-03-12 21/week @ 2025-03-19 25/week @ 2025-03-26 11/week @ 2025-04-09 9/week @ 2025-04-16 95/week @ 2025-04-23 88/week @ 2025-04-30

203 downloads per month

MIT license

245KB
98 lines

Bevy FPS Counter

A simple FPS counter plugin for the Bevy game engine.

Install

Command:

cargo add bevy-fps-counter

Cargo.toml:

[dependencies]
bevy-fps-counter = "*"

Usage

See examples

Basic

FPS Counter example image

Versions compatibility

I don't use Bevy often, so I often miss new releases.
If a new version of Bevy is released and this crate is not updated, please open an issue or PR.

bevy-fps-counter bevy
0.7.0 0.16
0.6.0 0.15
0.5.0 0.14
0.4.0 0.13
0.3.0 0.12
0.2.0 0.11
0.1.0 0.10

Dependencies

~24MB
~412K SLoC