-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compute graph example #21
Comments
Since also you tried doing same thing with https://github.com/Nelarius/imnodes, could you share your impressions? Any likes or dislikes in both? Library from @Nelarius seems to be rather complete, at this point it makes me thing my project is pointless waste of time and maybe should be archived. |
The main advantage of you library compared to Nelarius is that node pins have kind (SlotInfo kind) and Nelarius dont have it. This could be very important in a compute graph with different kind of data (float, matrix, texture)
I dont think so. It has some advantages that could be useful depending on use case. |
That is some inspiring feedback. Thank you 🙏 :) |
Hi,
I would like to share a compute graph made with ImNodes in LuaJIT-ImGui
All above line https://github.com/sonoro1234/LuaJIT-ImGui/blob/master/examples/cimnodes_r_graph_sample.lua#L378 are the classes needed for the example, below this line there is the user code defining the nodes which can be changed at will.
With the nodes defined in this case this is the result:
The text was updated successfully, but these errors were encountered: