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

Creating both WebView and GLFW windows prevents the app from ever exiting (OSX only) #233

Open
rdw-software opened this issue Jun 20, 2023 · 0 comments

Comments

@rdw-software
Copy link
Member

rdw-software commented Jun 20, 2023

When creating a WebView window and a GLFW window in the same application, the app can never exit normally (fall through the event loop and then shut down) even if both windows are destroyed and GLFW de-initialized. Presumably, there's a conflict between both libraries trying to manage the application's lifecycle via app delegates and related mechanisms.

The problem is only present on Mac OS, so I opted to proceed with integrating GLFW anyway and look into this later.


Almost certainly requires #201 since the OSX code is highly problematic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Soon™
Development

No branches or pull requests

1 participant