Closed fogti closed 4 years ago
It seems that winit
uses calloop
only for Linux targets.
Also, the most suitable "host" for reclutch
is winit
, which already has event loop event integration with winit
.
I'm also not sure how well it would integrate with the current event API without making drastic changes.
splitted off #13. The question is: Should we add dedicated calloop support to
reclutch_event
?winit
usescalloop
internally, but doesn't expose the full API.calloop
itself is way more low-level. It's an event loop implementation, as such, it fits into the realm ofreclutch_event
. If we add support, it's unclear how much/what to include, becausecalloop
wraps serval things.Related:
calloop
docs