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

bevy-fps-counter

A simple FPS counter plugin for Bevy

4 releases (breaking)

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

#839 in Game dev

Download history 20/week @ 2024-01-08 9/week @ 2024-01-22 14/week @ 2024-01-29 10/week @ 2024-02-05 16/week @ 2024-02-12 39/week @ 2024-02-19 28/week @ 2024-02-26 143/week @ 2024-03-04 26/week @ 2024-03-11 12/week @ 2024-03-18 80/week @ 2024-04-01 8/week @ 2024-04-08 1/week @ 2024-04-15 23/week @ 2024-04-22

112 downloads per month

MIT license

240KB
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.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

~16–46MB
~726K SLoC