Crates.io | bevy_puffin |
lib.rs | bevy_puffin |
version | 0.4.0 |
source | src |
created_at | 2022-05-12 07:46:05.453744 |
updated_at | 2023-04-09 09:59:50.337101 |
description | Integration layer between Bevy, puffin and tracing |
homepage | |
repository | https://github.com/mvlabat/bevy_puffin |
max_upload_size | |
id | 585091 |
size | 118,915 |
bevy_puffin
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 to set up tracing
manually with puffin
as a subscriber layer.
The main goal of this plugin is to demonstrate the missing bits for the puffin
support in Bevy:
tracing
integration (EmbarkStudios/puffin#79)puffin_tracing
support (bevyengine/bevy#4730)If these two PRs get merged, there's a good chance that this plugin will be discontinued.
For the usage example, see examples/main.rs
.
bevy_puffin
is dual-licensed under either
at your option.
bevy | bevy_puffin |
---|---|
0.9 | 0.3 |
0.8 | 0.2 |
0.7 | 0.1 |