egui_graphs

Grpah visualization implementation using egui

Screenshot 2023-04-09 at 22 35 11

Status

The project is under active development.

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

Features

feature                status
----------------------+-------
force directed layout | [x]
zoom                  | [x]
pan                   | [x]
drag                  | [x]
simulation settings   | [x]
add node              | [ ]
delete node           | [ ]
layout customizations | [ ]
style customizations  | [ ]

Example

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