egui_tracing
Note: This library is not currently under active development. However, I would happily add maintainers interested in contributing to and improving the project. If you're interested in maintaining this library, please open an issue.
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:
[]
= "0.2.5"
Example

To run the example application, use the following command:
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.