You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, relationships between different entities can be pretty good visualized with node graph. Entity can be represented as node with some inputs and outputs, and more detailed description for all these fields can be fetched from FGD file.
Moreover, there is good enough implementation of node graph UI for ImGui available: https://github.com/thedmd/imgui-node-editor
So, implementing such feature should be not that hard, I guess.
The text was updated successfully, but these errors were encountered:
Basically, relationships between different entities can be pretty good visualized with node graph. Entity can be represented as node with some inputs and outputs, and more detailed description for all these fields can be fetched from FGD file.
Moreover, there is good enough implementation of node graph UI for ImGui available: https://github.com/thedmd/imgui-node-editor
So, implementing such feature should be not that hard, I guess.
The text was updated successfully, but these errors were encountered: