monorepo/kifu
Savanni D'Gerinel f31f622d6f Make the connection between the core and the gtk app
Set up the core run loop and the GTK loop. To make this work, I'm taking direct control of the Tokio runtime.

Since the GTK thread wants to be the main one, it's easier to manually spawn the runtime handlers and to spawn new tasks to handle communication with the core. I added a basic struct to own the runtime, the core, and communication between the core and GTK
2023-03-21 10:00:11 -04:00
..
design Initial app designs 2023-03-18 23:32:43 -04:00
kifu-core Make the connection between the core and the gtk app 2023-03-21 10:00:11 -04:00
kifu-gtk Make the connection between the core and the gtk app 2023-03-21 10:00:11 -04:00