#egui #graph-visualization

egui-cfg

egui library for displaying control flow graphs using petgraph

1 unstable release

Uses new Rust 2024

0.1.0 Sep 25, 2025

#489 in Visualization

MIT license

96KB
734 lines

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

Dependencies

~8MB
~139K SLoC