An open API service indexing awesome lists of open source software.

https://github.com/mintlu8/bevy_mini_fps

FPS diagnostis for bevy.
https://github.com/mintlu8/bevy_mini_fps

Last synced: 5 months ago
JSON representation

FPS diagnostis for bevy.

Awesome Lists containing this project

README

          

# bevy_quick_fps

Quick and dirty FPS display for bevy.

This crate is a macro that generates some code that displays diagnostic information like the FPS and CPU usage. Unlike normal crates, this crate may continue to work through bevy updates if bevy does not change its API.

## Inspiration

This crate is heavily inspired by the amazing `iyes_perf_ui`.

## Requirements

This crate generates its own diagnostics so no bevy diagnostic plugins is needed,
the only requirement is `bevy_ui`.

## Showcase

![img](./img.png)

## Versions

| bevy | bevy_quick_fps |
|-------------|----------------|
| 0.15-0.17. | 0.1 |
| 0.18-latest | 0.2 |