egui_tracing

Crates.ioegui_tracing
lib.rsegui_tracing
version0.2.6
sourcesrc
created_at2023-03-16 20:59:26.691435
updated_at2024-09-27 15:55:08.968291
descriptionIntegrates tracing and logging with egui for event collection/visualization
homepage
repositoryhttps://github.com/grievouz/egui_tracing
max_upload_size
id812080
size30,892
Tammo Ronke (grievouz)

documentation

README

egui_tracing

Crates.io Documentation Apache Dependabot

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.

Click to view the web demo

Installation

Add egui_tracing to your Cargo.toml dependencies:

[dependencies]
egui_tracing = "0.2.6"

Example

Preview Image

To run the example application, use the following command:

cargo run --bin 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.

Commit count: 75

cargo fmt