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

The object containers `m_Nodes`, `m_Pins`, `m_Links` inside `EditorContext` are not properly cleaned after a node or link is deleted. As long as the same `EditorContext` is used, these containers continue...

Ho, I would like to disable mouse interaction when custom mouse interaction happens. In the example below I want to drag item out of the list: ![imgui-node-editor-custom-drag](https://user-images.githubusercontent.com/31058/180486364-4341def6-393b-4919-9b9a-0a49d30bbc7a.gif) Node selection should...

Here there is problem with tables: ![nodes_tables](https://user-images.githubusercontent.com/32590972/179461585-6ddb1317-8e60-4cf2-b99f-2ab65df91292.gif) The "edge" position depends on window size AND position ![nodes_tables2](https://user-images.githubusercontent.com/32590972/179463300-5cb82c7b-e623-499f-b85d-4bc1e51b9b6f.gif) How can I fix this?

bug

There seems to be a problem with the develop branch that isn't in the master branch. Here is what I am doing: _I run the blueprint example, zoom out way,...

This is a feature request. Currently the graph wont zoom if you resize it on the X axis, but will on the Y axis. Please provide a flag to allow...

Both ASAN and Valgrind agree that there is a memory leak here: ``` ==158445== 448 bytes in 1 blocks are definitely lost in loss record 2,581 of 2,616 ==158445== at...

I am attempting to draw all the input arrows on top of each other, providing a perfect overlap so only one arrow is seen. Without arrows this works fine: ![2022-07-10-191134_371x253_scrot](https://user-images.githubusercontent.com/351151/178138614-e912102f-8601-4439-b9d0-572d839d8862.png)...

Hello guys!. We are trying to implement state machine using your library but when we execute as the begin we always have the same leak. 448 bytes. It's always the...

Getting: imgui-node-editor/build/bin$ ./blueprints-example blueprints-example: imgui-node-editor/external/imgui/imgui_widgets.cpp:705: bool ImGui::InvisibleButton(const char*, const ImVec2&): Assertion `size_arg.x != 0.0f && size_arg.y != 0.0f' failed. Any hep to solve would be great. The other examples all...