imgui-node-editor
imgui-node-editor copied to clipboard
Node Editor built using Dear ImGui
First, amazing plugin as well as amazing extensions (e.g. imgui/layout). Been using it for year+ Humbly ask though if you could please add just a one line comment to what...
When drag and drop a comment, wrong display layer happened on nodes in comment. 
Hello. I see there is a function to grab the links related to a node, but it's in the internal header. So we're not supposed to rely on this?
Hi, I run a live reloading setup where I hotload code in from a dll after compiling it. It crashes because I suspect objects are using EditorContext pointers are no...
Hello For a project I need to place a combobox as a value editor , and for each item to display a picture with a describing text. Is it currently...
Hi, I'm trying to use an ImGui::input int in a node but I get that :  I tried to force the size , but +/- seem to be on...
Following the pattern of the "Basic Interaction" example, I created a collection of nodes with unique IDs. I have a global `nextNodeId` variable which starts at 1 and is incremented...
I've created a `Pin` struct that contains an `ed::PinId`. I'm storing `Pin`s in an `unordered_map`, mapping `int` to `Pin`. (Originally, I tried to create a `unordered_map` but it complained that...
This library can be used to attach to an game engine? Render in game api or something like?
Hi, I don't know if your library is corresponding to my needs. Maybe you can help me to decide well :) The goal is to provide an easy way to...