FHomps / bevy-fps-counter

A simple FPS counter plugin for Bevy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

You can see comparison with MangoHud on the right

FPS Counter example image

About

A simple FPS counter plugin for Bevy

License:MIT License


Languages

Language:Rust 100.0%