#panic-handler #popup #panic #bevy

bevy-panic-handler

A Bevy plugin that creates a popup message and logs to error on panic

11 stable releases (4 major)

4.0.1 Feb 21, 2025
3.0.0 Jul 17, 2024
2.2.0 Feb 20, 2024
2.1.0 Dec 21, 2023
0.1.0 Sep 25, 2023

#372 in Game dev

Download history 11/week @ 2024-12-06 21/week @ 2024-12-13 4/week @ 2024-12-20 5/week @ 2025-01-31 4/week @ 2025-02-07 12/week @ 2025-02-14 254/week @ 2025-02-21 40/week @ 2025-02-28 5/week @ 2025-03-07 5/week @ 2025-03-14

58 downloads per month

MIT/Apache

59KB
107 lines

Bevy Panic Handler

Crates.io

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

Usage

use bevy::prelude::*;

fn main() {
    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

Bevy bevy-panic-handler
0.15.0 4.0.0
0.14.0 3.0.0

Dependencies

~23–37MB
~641K SLoC