#fps #bevy #counter #bevy-plugin #game-engine

bevy-fps-counter

A simple FPS counter plugin for Bevy

5 releases (breaking)

0.5.0 Sep 26, 2024
0.4.0 Mar 6, 2024
0.3.0 Nov 21, 2023
0.2.0 Oct 8, 2023
0.1.0 May 1, 2023

#750 in Game dev

Download history 5/week @ 2024-09-11 7/week @ 2024-09-18 169/week @ 2024-09-25 30/week @ 2024-10-02 28/week @ 2024-10-09 8/week @ 2024-10-16 8/week @ 2024-10-30 9/week @ 2024-11-06 1/week @ 2024-11-13 3/week @ 2024-11-20 13/week @ 2024-11-27 70/week @ 2024-12-04 68/week @ 2024-12-11 16/week @ 2024-12-18 2/week @ 2024-12-25

163 downloads per month

MIT license

245KB
108 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.5.0 0.14
0.4.0 0.13
0.3.0 0.12
0.2.0 0.11
0.1.0 0.10

lib.rs:

FPS counter for Bevy game engine

Dependencies

~25MB
~463K SLoC