Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of winit #58

Open
ErikMcClure opened this issue Sep 2, 2022 · 0 comments
Open

Get rid of winit #58

ErikMcClure opened this issue Sep 2, 2022 · 0 comments
Labels
💎 feature Completely new feature to be implemented

Comments

@ErikMcClure
Copy link
Contributor

ErikMcClure commented Sep 2, 2022

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.

@ErikMcClure ErikMcClure added the 💎 feature Completely new feature to be implemented label Sep 2, 2022
@ErikMcClure ErikMcClure changed the title Get rid of GLFW Get rid of winit Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💎 feature Completely new feature to be implemented
Projects
None yet
Development

No branches or pull requests

1 participant