Closed maxempoint closed 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).
Maybe considering async instead of Threading: https://docs.python.org/3/library/asyncio.html
Fixed via callbacks
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).