|
IMGUI Graph is a tool designed for the unity engine editor windows. It is also designed to work in IMGUI which is unity's way of turning code to UI, without needing uxml files. This tool is designed to bring the functionality of creating a graph editor to IMGUI making it easier for programmer to create there own graph editorIMGUI Graph is also designed to minimize the amount of work required, to do complex thing like make nodes that can be liked together, and smiple thing like delete nodes or add them in the first place. |
|---|
IMGUI Graph's are fully customizable from everything about how the nodes looks, to how the very graph its self can be interacted with. The only thing you can't really change that much is the background but you can at leas give it a grid appearance.You can even set what types of pins there are on a node and what they can connect to and where those pins are and you can even make it so the connections render behind or over the nodes. |
|
|---|
|
There are a whole ton of extra features in the nodes alone designed to facilitate connecting or un-connecting nodes and rendering those connections.But apart from that we also have two pop up menus which are designed to easily allow one to add a node or change something on a node. Both these menus are also really easy to set up for programmers but they are also easy for user to use making them the best of both worlds. |
|---|