Expand description

Add a diagnostics overlay in Bevy.

This crate provides a Bevy plugin, ScreenDiagsPlugin to add a resource, ScreenDiagsState, containing the information diagnostic, and the more comprehensive ScreenDiagsTextPlugin to create and update the diagnostics text overlay.

Currently the only diagnostic show is FPS (frames per second).

Structs