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 try to compile the example via Xcode and I get this: What I can do? MacOS Ventura 13.1 ``` ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to compile fragment shader! ERROR: 0:8:...

Sometimes I run into a problem where minimizing the window causes ImNodeEd to crash when calling ImNodeEd::Begin("A Node Editor") because the canvas cannot be clipped. I "fixed" this by modifying...

Hey there! Thanks for this amazing bit of code, it is just what I needed and am loving it. I'm making an app where you save/load/edit graphs of nodes and...

I'm using Xcode on an M1 Mac. This is the error that I am getting in the console. 2023-01-20 15:30:00.843846-0500 simple-example[14913:3759047] Metal API Validation Enabled ERROR: ImGui_ImplOpenGL3_CreateDeviceObjects: failed to compile...

Hello, sorry for bad english. I`m trying to implement save/load support for my application using imgui node editor. In functions LoadSettings and SaveSettings passed into Config object I realized configuration...

In my application, the persistence of settings for the node editor from session to session is not desirable. Is there a way to disable save and load of the `NodeSettings.json`...

Hi, This is a draft for a fix for #282, with lengthy explanations inside the code, because it needs to be further analyzed. Analysis of the bug https://github.com/thedmd/imgui-node-editor/issues/282 when using...

It would be nice if you could change how to draw links, for example, just with a line instead of a curve, remove the rounding on the nodes in general,...

Hello Michał, I encountered another issue with Suspend and Resume: in some cases, the ImDrawData CmdBuffer might be corrupted. I put together a small repro, which you can find on...