Grpah visualization implementation using egui
The project is close to the first stable version.
Currently not optimized for large graphs. The goal is to match egui drawing speed. Further optimizations are unnecessary.
The goal is to create a crate that expands egui's visualization capabilities and offers an easy-to-integrate, customizable graph visualization widget.
feature status ----------------------+------- zoom & pan | [x] drag node | [x] select/deselect node | [x] style customizations | [ ]
You can also check the example for usage references and settings description.