Simple editor to visualize graphs (capstone project)

Hello everyone!

I've created a simple editor to visualize graphs with egui as my capstone project in Ukrainian Rust Community Bootcamp.

Features

  • Support node creation and modification;
  • Support edge multiedging creation and modification (including loop edges);
  • Add comment lines above the graph;
  • Labels autorotation;

I would be glad to hear your opinion about this project, some suggestions in this PR: Code reviews by bzadorozhnyi · Pull Request #1 · bzadorozhnyi/graph-editor · GitHub (LGTM is an option as well :grinning_face:).

Here it is a preview:

4 Likes

it looks pretty good, good job.

1 Like