imgui-node-editor
imgui-node-editor copied to clipboard
Node Editor built using Dear ImGui
I added a function to show a line when a menu is popuped. 
Hi, I've been playing around with your blueprints and attempting to get the save feature to work, it manages to save out the correct json data but when I re-load...
 
**UseCase** I want to implement something like this: https://nocode-js.com/examples/sequential-workflow-designer-pro/webpack-pro-app/public/folders.html Where the user can drop on a "FOLDER" icon, and it can open a new sub-canvas. **Questions** 1. Is this possible...
Now that the new release of Imgui is out, the fix done in 3ed93be6c274f81fdec85516df7ce8bf54bf4166 is needed to build with current Imgui. I ran into this when updating `vcpkg` to include...
Would it be possible to the smooth zoom feature to the canvas layer. Specifically this commit: https://github.com/thedmd/imgui-node-editor/commit/e78e447900909a051817a760efe13fe83e6e1afc
This is a duplicate of a closed issue - #275, I think it wasn't a bad idea to add multi-line text support.

Steps to reproduce: Call ImGui::SeparatorText() inside a graph node Expected result: horizontal line stops at end of node Actual result: line runs off to infinity at right side I tried...
Hi, I saw in another closed issue that this problem was fixed in develop, however this does not seem to be the case. When I delete a node, QueryDeletedLink does...