VISAB-ORG / VISAB

VISAB is a standalone utility to visualize artificial intelligence agent behavior in games.
1 stars 0 forks source link

Add eventbus for general events #47

Closed mfroeh closed 3 years ago

mfroeh commented 3 years ago

Adds an eventbus for general events. These are all events that aren't created by api calls. We could need something to communicate when files are saved or viewed. Main use case currently would be the visab mainpage needing to know of the recently added files / viewed files. Since this should also be updated during runtime (e.g. during session a file is created, the mainpage has to know that) this was the first idea that came to my mind. Maybe one of you has another approach in which we don't need another eventbus.

mfroeh commented 3 years ago

Closing because all commits on this branch are included in #54 .