maxempoint / AR_GBX

Python Framework for interacting with the Action Replay GBX
GNU General Public License v3.0
0 stars 1 forks source link

Implement GUI and Driver as Threads #6

Closed maxempoint closed 2 years ago

maxempoint commented 2 years ago

In addition to the IPC the driver and gui class should run as seperate threads. This also would simplify the control structure and lead to more modularity (which is also needed for switching to a proper GUI).

maxempoint commented 2 years ago

Maybe considering async instead of Threading: https://docs.python.org/3/library/asyncio.html

maxempoint commented 2 years ago

Fixed via callbacks