From b042324bd30af9da63357d4b05ff3969a02072f0 Mon Sep 17 00:00:00 2001 From: Aarkham Date: Sat, 22 Apr 2023 20:27:31 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ddb56b2..fb13422 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,16 @@ I have adapted nodesoup from Olivier Birot to dear imgui. I just made the change ![ImNodeSoup](https://user-images.githubusercontent.com/8093144/232327587-5d43ac67-ca95-402f-a280-a08d4056f22b.gif) + +Update: added option to move vertices. + +![ImNodeSoup3](https://user-images.githubusercontent.com/8093144/233800613-a556442f-d800-4789-be84-e0e9959515ce.gif) + + + + If you want to use it just copy the files to a dear imgui project and adjust the include path. Add the declaration ``` extern void ShowNodeSoup();``` and call it. -There are four example graphs that you can choose with a combo box and show them with the Fruchterman-Reingold or Kamada Kawai algorithms. +There are five example graphs that you can choose with a combo box and show them with the Fruchterman-Reingold or Kamada Kawai algorithms. You can use the mouse wheel for zoom in or zoom out and pan clickin left button.