imgui-node-editor icon indicating copy to clipboard operation
imgui-node-editor copied to clipboard

Node Editor built using Dear ImGui

Results 128 imgui-node-editor issues
Sort by recently updated
recently updated
newest added

When one pin has multiple connections, sometimes there is an order between those connections. I want to show the order on the graph, but the function `ed::Flow()` cannot do that...

enhancement

This resolves the error ``` examples/application/source/renderer_ogl3.cpp:165:59: error: ‘intptr_t’ in namespace ‘std’ does not name a type ```

Extended the blueprint example to remove links when removing nodes Closes #132

Hi, I tried to use HasAnyLinks function in my code but whiteout getting the correct behavior : the state never changes whatever a pin is linked or not. Is there...

Hi I'm using the last develop branch and I can see that if i'm deleting a connected node , the link is not deleted and still exist in memory. It...

Hi, Is there a simple way to have a temporary disabled pin ? I mean a pin without any link dropping capability ? I guess I could refuse the link...

Firstly, thanks for such awesome tool! I plugged libfreetype and successfully loaded Fira Code font, but fonts are still blurry on 4k, i tried to adjust fringeScale, but it didn't...

enhancement

Hi, I noticed that during the drag and drop process of creating a new link, the QueryNewLink function stop returning true when we are hovering other nodes. I was wondering...

Hi, During the process of drag and drop a new link, I wonder if there is any way to prevent the editor to show the hover state on certain nodes....

Hi, I merged the develop branch into feature/blueprint, only look at the very last commit at the bottom. those are the changed I made my self to make it compatible...