This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
Replies: 1 comment 1 reply
-
I think trying to generalize the data structure of this library so that it can be exposed to other GUI frameworks falls a bit out of of scope. It's likely that changes that are good for one framework are detrimental to others, and my general experience is that the more "cross-framework" a library becomes, the more tradeoffs one needs to take into account. That said, the ideas discussed in 2 are currently being implemented by @mxgrey, and some of the changes in that branch already go in the direction you're asking, like the ability to provide fully-customizable nodes or ports 😄 #30 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an idea to split the current egui-node-graph into a model library (like node-graph-core) and a GUI library (like node-graph-egui).
The benefits of this are twofold.
The disadvantage is that this is too big a change to take time and effort, and the API changes significantly, but it may be relatively easy while the library is new.
Beta Was this translation helpful? Give feedback.
All reactions