Fundament-Software / feathergui

Feather - An Interface For The Future
Apache License 2.0
32 stars 11 forks source link

Get rid of winit #58

Open ErikMcClure opened 2 years ago

ErikMcClure commented 2 years ago

winit does not support several aspects of feather that we want to implement, because it obscures features of the host operating system that we need access to, such as the raw message pump, and the UI sync object. We should implement our own message and input handling code for each platform, although we can use winit as a reference if needed.