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

In an existing graph with a mix of contained and uncontained nodes, there's currently no way to move arbitrary sections of the graph. Normal box select will never select groups,...

I clicked and the return value was also false ![image](https://github.com/thedmd/imgui-node-editor/assets/44407902/e188de6e-d585-47df-a297-449f803f793b)

Hi, @thedmd! You are creating an awesome project, but I stuck in creating simple application to transfer data from one to others. I have read all issues in this project,...

## The problem - If I add two nodes which are message type with edit controller - I can't change the content separately as below ![error](https://github.com/thedmd/imgui-node-editor/assets/16344694/4d544cfd-abe2-427a-8dc6-7a4b64e5b61a) ## More try -...

How can I render ImGui::DragFloat2? Right now it looks like this: ![missaligned](https://github.com/thedmd/imgui-node-editor/assets/43299401/99c3a8f2-176f-4d70-b139-c3f22311aa14) and as you can see it's not aligned properly. example code: ```cpp builder.Input((ed::PinId)pin->getUUID()); NodeDrawUtils::DrawPinIcon(pin, isPinLinked(pin), (int)(alpha * 255));...

I've noticed when the examples are displayed in fullscreen, after minimizing and maximizing again, the editor doesn't "restore" or something, input events doesnt get handled and so on. The solution...

in imgui_node_editor.h, `struct EditorContext` is forward declared in `ax::NodeEditor` namespace, while it is defined in `ax::NodeEditor::Detail`. It seems to be wanted as the `reinterpret_cast` tells in `CreateEditor`, but it provokes...

It seems like Node Editor can not initialize correctly when the `ImGui::GetContentRegionAvail()` returns an {0, 0} (or {-123,-456}, etc.)... But If I have a complex layout ( I am using...

With default config bindings everything is fine. But if I change NavigateAction to left mouse click it also being invoked when I do DragAction The wished behaviour would be to...

hello after i used application.h i get these errors (im using visual studio 2019) ``` Error LNK2019 unresolved external symbol "class std::unique_ptr __cdecl CreateRenderer(void)" (?CreateRenderer@@YA?AV?$unique_ptr@URenderer@@U?$default_delete@URenderer@@@std@@@std@@XZ) referenced in function "public: __thiscall...