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

Hi, I am trying to include imgui-node-editor in my project but I get the following compilation error: ``` imgui_node_editor.cpp In file included from ../vendor/NodeEditor/src/imgui_node_editor.cpp:12: In file included from ../vendor/NodeEditor/include/imgui_node_editor_internal.h:27: In...

How hard would two finger pinch to zoom on macOS be to support?

I would like to have an "editing mode" and a "operating mode", where in the "operating mode" the node network is not editable. This allows me to have custom handling...

Hello @thedmd, Many thanks for your wonderful library! During the development of Dear ImGui Bundle, I applied a series of patches to imgui-node-editor and imgui, to make their integration smoother....

This Max 8 tutorial shows a node editor very much like what I am working on. At the point of the clip below, the narrator is creating some new nodes...

Hi, I’d like to use this library with ImGui.NET if possible. I’m using imgui with FNA so I already have a renderer implementation, and I don’t mind writing the node...

Hi, Looking at the sources , it seems that on master and dev, a recent version of ImGui is needed -1.89+) . But the provided ImGui used in the solution...

In the example, Node, Link, and Pin share the same id incrementing mechanism. Can different types of elements have the same id? Will this cause problems? If I want to...

Currently, the application is stored in the examples. I think this is a good abstraction for using imgui. If the application is placed in the library instead of the examples,...

Is there any chance of updating the branch with docking included, with the recent updates, I'm trying, but I'm not having much success in implementing the imgui docking system in...