imgui-node-editor
imgui-node-editor copied to clipboard
Node Editor built using Dear ImGui
Hi, With a lot of nodes connections can become illegible. Looking at different existing systems, it seems that bolt 2 found (at least partially) a solution : have the control...
Hi, I have to setup a node with a number of outputs based of a value set up in the header (or of a input value) something like this: ...
Hi, dear developer! First of all thank you for a great lib, and if it possible could you please add the docking feature support to your project?
Hi, first of all I want to thank the developers for efforts and spent time for lib dev! Is it possible to add picture to the node background and custom...
If the Editor is inside a window or child window it cannot be minimised it simply messes up the entire rendering of ImGui. It looks to be framebuffer related. Examples:...
On lines 556-558 in blueprints-example.cpp it tries to open images in "Data/", but the directory is lowercase "data". This causes an assertion to fail when Imgui::InvisibleButton s are created using...
I'm trying to package this library in https://github.com/conan-io/conan-center-index/. Even though we do accept snapshots, it is preferred to use actual versions if they exist. It seems like there is plan...
Add imgui node editor in vcpkg to support fast and simple building.
Hi, first of all, nice job, Second, is there any form to save the states of the blueprint editor? I don't know if there is, I know that is a...
Hi, I would like to be able to save and load a complete flow to file In the blueprint example there's some ref to the ed::Config struct that seems to...