-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
(Moved from corosio)
Capturing this from a discussion with @vinniefalco on slack.
Can we treat a GUI application's event loop as just another source of events in a coroutine based application?
How does capy integrate with the event loop in a GUI application?
Obviously you can just run all capy stuff on a separate thread and use traditional event posting mechanisms to communicate between a worker thread and the GUI thread, but what if you just want to do everything event-driven on a single thread?
Some sort of example would help here.
It may be an example in a distinct repository to decouple capy's repository from any GUI library, e.g. an example using wxWidgets and vcpkg.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels