francesco-cattoglio
francesco-cattoglio
Hi there! First and foremost, thank you SO MUCH for this library, it is really nice and useful. I have been using this under the MSYS2/MinGW64 toolchain, and I have...
Right now when the user right-clicks on the graph editor, the "add new node" popup appears. I think this is something that should be done in application code, instead of...
Having a compile-time list of possible node types can be limiting for some use cases, because one might need "dynamic types" of nodes. A few use cases that come to...
This is basically the counter-part of https://github.com/Nelarius/imnodes/issues/71 but for pins instead of nodes. First and foremost: this is the code to reproduce the bug ``` void RenderTestFrame() { ImGui::Begin("simple node...