Replies: 1 comment
-
|
Thank you for the suggestions! I looked carefully at both libraries: imnodes: This library is similar to imgui-node-editor, but it does not provide zooming and panning features. I think these features are important for a node editor. ImNodeFlow: This is a very nice library with good zoom support. However, the API uses many C++ templates (like imgui-node-editor: You are right that the original repository has not been updated recently (last commit ~2 years ago on develop branch). However, I maintain an active fork with many improvements and bug fixes: See branch imgui_bundle on my fork My fork includes: Regular updates to stay compatible with latest ImGui If ImNodeFlow's author adds a more Python-friendly API in the future, I would be happy to reconsider it. However, I think that imgui-node-editor is still a good choice. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/Nelarius/imnodes
https://github.com/Fattorino/ImNodeFlow
It is recommended to add imnodes or ImNodeFlow.
https://github.com/thedmd/imgui-node-editor
imgui-node-editor
Has not been updated for several years.
Beta Was this translation helpful? Give feedback.
All reactions