sonoro1234 / LuaJIT-ImGui

LuaJIT ffi binding for imgui, backends and extension widgets
MIT License
213 stars 29 forks source link

Support imgui-node-editor #37

Open GeTechG opened 6 months ago

GeTechG commented 6 months ago

How about adding support for https://github.com/thedmd/imgui-node-editor I would like to use this project in conjunction with my internal lua binding via cimgui, so not exactly the same project. I tried to do the generation steps myself and failed miserably.

sonoro1234 commented 6 months ago

It is much more C++ than the all others ...

GeTechG commented 6 months ago

It is much more C++ than the all others ...

Yes, I've already realized that by trying to understand the problem. But unfortunately all the others that you have already adapted have stopped development for one reason or another. I found one more https://github.com/Azzinoth/VisualNodeSystem but it was even more c++, and there are no worthy variants.

sonoro1234 commented 4 months ago

https://github.com/Fattorino/ImNodeFlow ?

GeTechG commented 4 months ago

https://github.com/Fattorino/ImNodeFlow ?

Hmm, isn't it even more tied to c++, at a quick glance nodes are created by inheriting from BaseNode and as pins are created strictly. In general you can archive this issue, or leave it as is, as I did write a manual wrapper for my purposes https://github.com/thedmd/imgui-node-editor