PistonDevelopers / mush

gui for dialogue graphs, et al.
Apache License 2.0
12 stars 2 forks source link

UiGraph implementation #18

Closed stjahns closed 9 years ago

stjahns commented 9 years ago

Rather than operating directly on the given source graph structure, we construct a new graph structure where each node and edge wraps a corresponding node and edge from the original graph, while also tracking their corresponding widget UiIds

Resolves https://github.com/PistonDevelopers/mush/issues/15