Nelarius / imnodes

A small, dependency-free node editor for dear imgui
MIT License
1.97k stars 241 forks source link

Multiple Node Editors #140

Closed blockout22 closed 2 years ago

blockout22 commented 2 years ago

I'm trying to have multiple Node editors but if multiple NodeEditors are open the UI bugs out, one UI doesn't show the nodes and the other UI when clicking moves the NodeEditor around, it's like it only allows once instance of the NodeEditor per App

The below image I call multiple times or once for every Window open image

I am using Java Bindings but since it's just bindings it shouldn't really be an issue with the bindings

blockout22 commented 2 years ago

Solution: https://github.com/Nelarius/imnodes/issues/112#issuecomment-879852254