egui_tracing_rs

Crates.ioegui_tracing_rs
lib.rsegui_tracing_rs
version0.3.1
sourcesrc
created_at2024-03-27 23:33:15.397025
updated_at2024-06-11 05:29:03.272138
descriptionIntegrates tracing and logging with egui for event collection/visualization
homepage
repositoryhttps://github.com/FOSSEC/egui_tracing
max_upload_size
id1188513
size294,657
Bayley Foster (apekros)

documentation

README

egui_tracing

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

Crates.io Documentation

egui_tracing_rs 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_rs to your Cargo.toml dependencies:

[dependencies]
egui_tracing_rs = "0.3.0"

Example

Preview Image

To run the example application, use the following command:

cargo run --example eframe

Contributing

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

License

egui_tracing_rs 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.

Commit count: 45

cargo fmt