Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

38 Commits

Repository files navigation

Bevy Panic Handler

Crates.io

A Plugin for bevy that creates a popup and logs to error on panic.

Usage

use bevy::prelude::*;fnmain(){App::new().add_plugins(bevy::log::LogPlugin).add_plugins(bevy_panic_handler::PanicHandler::new().build())// Normal bevy code...}

Check examples for more usages.

Example

popup image

Version Compatibility

Bevybevy-panic-handler
0.198.0.0
0.187.0.0
0.176.0.0
0.165.0.0
0.154.0.0
0.143.0.0

About

A bevy plugin that creates a popup and logs to error on panic.

Resources

Stars

35 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages