Crate bevy_dev_tools

Source
Expand description

This crate provides additional utilities for the Bevy game engine, focused on improving developer experience.

Modules§

ci_testingbevy_ci_testing
Utilities for testing in CI environments.
fps_overlay
Module containing logic for FPS overlay.
picking_debug
Text and on-screen debugging tools
states
Tools for debugging states.

Structs§

DevToolsPlugin
Enables developer tools in an App. This plugin is added automatically with bevy_dev_tools feature.