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

Apologies in advance for the beginner question... I would like to render 10k+ nodes and execution of `NodeEditor::Begin()`/`NodeEditor::End()` code blocks with that many nodes is prohibitively expensive. Is it possible...

enhancement

This fixes deprecation warnings within GitHub Actions due to using an old version of Node.

Have you experimented with SDF text rendering? Or is there a way to make text more visible when the nodes are very small?

## Major: - Using NavigateAction::m_IsActive boolean (m_NavigateAction of the EditorContext) - Added methods To gloabal API to directly set it to true (ResumeNavigation) or false (SuspendNavigation). - As a result,...

I'm not sure weather this change helps or interrupts. It's definitely not finished and needs work but I require some help with that since I'm still new to CMake. Main...

I'm getting intermittent crashes in the ngscopeclient filter graph editor (using my fork at https://github.com/ngscopeclient/imgui-node-editor although most of the changes are build/warning related and I haven't found any way they...

If you're making examples then showing how the example can be integrated into a pre-existing imgui app would be good - turns out to be only a handful of lines...

Hello, I have created a system whereby a set of nodes are loaded from a JSON file into the nodegraph. The majority of the time this is fine, but every...