Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarkham authored Apr 22, 2023
1 parent 320c027 commit b042324
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit b042324

Please sign in to comment.