imgui-node-editor
imgui-node-editor copied to clipboard
Node Editor built using Dear ImGui
I am using imgui-node-editor and implot for some visualization tasks. I tried wrapping Implot components with nodeBegin, which allows the chart to be displayed. However, when I try to zoom...
Tooltips in node editor show up in wrong position. Repro: ``` diff --git a/examples/basic-interaction-example/basic-interaction-example.cpp b/examples/basic-interaction-example/basic-interaction-example.cpp index 4253533..7cc8991 100644 --- a/examples/basic-interaction-example/basic-interaction-example.cpp +++ b/examples/basic-interaction-example/basic-interaction-example.cpp @@ -77,6 +77,7 @@ struct Example: ed::SetNodePosition(nodeA_Id, ImVec2(10,...
Hi, When using the https://github.com/thedmd/imgui/tree/layouts branch instead of current dear imgui, the Houdini node inputs and outputs are not correctly aligned. 
Currently the `extraThickness` passed to `ed::Link::Draw` is hardcoded. It would be nice to have a setting so that can change. I feel like that `4.5f` can bee too much. https://github.com/thedmd/imgui-node-editor/blob/e78e447900909a051817a760efe13fe83e6e1afc/imgui_node_editor.cpp#L888-L895
Hello, Thank you for this library! I'm finding it very helpful. I just am running into one small issue and I'm wondering if you could help point me in the...
Hello TheDmd, first of all, thank you very mush for this great lib im using now since many years (Mostly in [Lumo](https://github.com/aiekick/Lumo)) Its not a bug, just a request for...
Many thanks to themd for your great work, I'm using imgui-node-editor to create some custom nodes and it works great. But I found that the right mouse button is used...