egui library for displaying control flow graphs using petgraph, and rust sugiyama.
Find a file
teabound 23bc533cb5
Merge pull request #3 from frnsys/main
feat: calculate block width to fit body text layout
2026-07-22 19:11:24 +02:00
examples fixed a couple of warning; changed the trait to let the user to display any content they want via LayoutJob 2025-12-24 16:58:11 +01:00
images added images. 2025-09-25 04:20:23 +02:00
src feat: calculate block width to fit body text layout 2026-03-15 17:31:14 +01:00
.gitignore remove cycles. 2025-08-23 21:08:53 +02:00
Cargo.lock fixed a couple of warning; changed the trait to let the user to display any content they want via LayoutJob 2025-12-24 16:58:11 +01:00
Cargo.toml fixed a couple of warning; changed the trait to let the user to display any content they want via LayoutJob 2025-12-24 16:58:11 +01:00
README.md Update README.md 2025-09-25 04:35:40 +02:00

egui-cfg

egui library for displaying control flow graphs using petgraph.

Default Custom

Usage

See the examples folder.

[dependencies]
egui-cfg = "*"

Demo

$ git clone https://github.com/teabound/egui-cfg 
$ cd egui-cfg
$ cargo run --example basic --release