bevy-fps-counter

Crates.iobevy-fps-counter
lib.rsbevy-fps-counter
version0.5.0
sourcesrc
created_at2023-05-01 14:37:54.759191
updated_at2024-09-26 11:48:19.015143
descriptionA simple FPS counter plugin for Bevy.
homepagehttps://github.com/Adamekka/bevy-fps-counter
repositoryhttps://github.com/Adamekka/bevy-fps-counter
max_upload_size
id853437
size449,518
Adam Cvikl (Adamekka)

documentation

README

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
Commit count: 20

cargo fmt