You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: