PistonDevelopers / mush

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

'Connection' Widget #9

Closed stjahns closed 7 years ago

stjahns commented 9 years ago

Need a 'Connection' widget that represents an edge in the graph

Rough Feature Ideas:

bvssvni commented 9 years ago

Callbacks can be replaced by returning an enum with the actions the user performs, since one is likely to send all output events to the same receiver, or one can use just one callback receiving the enum as argument. Keeping events together is a nice way of making the high level code more understandable.

viperscape commented 7 years ago

I'll probably reference this issue later in a future post, closing for now