#tracing #egui #log #logging #events #immediate-mode

egui_tracing

Integrates tracing and logging with egui for event collection/visualization

6 releases

new 0.2.2 Apr 20, 2024
0.2.1 Jul 28, 2023
0.1.2 Jul 5, 2023
0.1.1 Jun 12, 2023
0.1.0 Mar 16, 2023

#354 in GUI

Download history 14/week @ 2024-02-16 88/week @ 2024-02-23 3/week @ 2024-03-01 4/week @ 2024-03-08 5/week @ 2024-03-15 5/week @ 2024-03-22 28/week @ 2024-03-29 6/week @ 2024-04-05 307/week @ 2024-04-19

341 downloads per month

Unlicense

175KB
671 lines

egui_tracing

Note: This library is under active development. Breaking changes may occur in future releases.

Crates.io Documentation

egui_tracing is a Rust library that integrates tracing and logging capabilities with the egui immediate mode graphical user interface library. It supports both the tracing and log crates for efficient and flexible event collection and visualization.

Installation

Add egui_tracing to your Cargo.toml dependencies:

[dependencies]
egui_tracing = "0.2.2"

Example

Preview Image

To run the example application, use the following command:

cargo run --example eframe

Contributing

Contributions to egui_tracing are welcome! Please open an issue or submit a pull request on the GitHub repository.

License

egui_tracing is released under the Unlicense. This means the code is in the public domain, and you can use, modify, and distribute it without any restrictions. For more information, please see the Unlicense website.

Dependencies

~11–18MB
~228K SLoC