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

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...

documentation

When drag and drop a comment, wrong display layer happened on nodes in comment. ![1](https://user-images.githubusercontent.com/5894719/89284853-f7847600-d681-11ea-913e-df4a13a29d82.png)

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?

enhancement

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...

investigate

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...

faq
example

Hi, I'm trying to use an ImGui::input int in a node but I get that : ![Blueprints_d_kDurxLx2hP](https://user-images.githubusercontent.com/2878768/71826662-afc34f00-309e-11ea-8b5e-fc0cafcffd80.png) I tried to force the size , but +/- seem to be on...

example

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...

faq

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...

faq

This library can be used to attach to an game engine? Render in game api or something like?

faq

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...

faq