Crates.io docs.rs

egui_graphs

Grpah visualization implementation using egui

Screenshot 2023-04-21 at 19 16 34

Status

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.

Concept

The goal is to create a crate that expands egui's visualization capabilities and offers an easy-to-integrate, customizable graph visualization widget.

Features

feature                status
----------------------+-------
zoom & pan            | [x]
drag node             | [x]
select/deselect node  | [x]
style customizations  | [ ]

Example

You can also check the example for usage references and settings description.