From 5206bd3bb69f1aa760643d04520939c981bcf045 Mon Sep 17 00:00:00 2001 From: starlord Date: Mon, 28 Oct 2024 15:57:51 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 27b6608..115a4c1 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ In addition to the basic graph display functionality, the project provides a lay - [x] Hierarchical layout; - [ ] Force-directed layout; (coming soon) +![Screenshot 2024-10-28 at 3 57 05 PM](https://github.com/user-attachments/assets/48614f43-4436-42eb-a238-af196d2044b4) + Check the [layouts example](https://github.com/blitzarx1/egui_graphs/blob/master/examples/layouts/src/main.rs). ## Examples