bevy_puffin 0.1.0

Integration layer between Bevy, puffin and tracing
Documentation

Stand With Ukraine

bevy_puffin

Crates.io Documentation License Downloads Rust

This crate integrates the puffin library into Bevy.

It provides PuffinTracePlugin to use as a replacement for the Bevy's default LogPlugin plugin and exposes PuffinLayer, which allows users set up tracing manually with puffin as a subscriber layer.

For the usage example, see examples/main.rs.