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

I added a function to show a line when a menu is popuped. ![image](https://user-images.githubusercontent.com/5775729/61992801-e469be00-b09d-11e9-9bad-3d4795154884.png)

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

enhancement

![image](https://user-images.githubusercontent.com/32590972/187014299-b6bc5ec2-da65-470c-97cc-69b51218d110.png) ![image](https://user-images.githubusercontent.com/32590972/187014363-1b9399ed-021b-4425-a5de-4157b8ca5ea6.png)

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

![_ ZZQMQI}ND2@NPY41(GG{M](https://user-images.githubusercontent.com/107414029/228530263-2d9a8159-ac62-4ced-baee-b17b59014c21.png)

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