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
I have been currently developing an application based on this library and I need to handle a multiple windows interface. Is it possible to create a multi-window application with only one GL context based on the Application class.
I have seen that this request as already been asked by @LB-- and in the issue #124 but I would like to know if it is currently available. Thank you for answer.
The text was updated successfully, but these errors were encountered:
it is not implemented in the Application wrappers yet (sorry about that, too much to do, too little time, I have to prioritize), but possible by using SDL APIs directly -- see the discussion in #168 and #321. If you experience any issues, feel free to ask on Gitter (https://gitter.im/mosra/magnum), there's multiple people who managed to implement this on their own.
If you don't mind, I'll close this in favor of #124 to avoid having multiple open issues about the same thing ;) Let's continue the discussion there.
I have been currently developing an application based on this library and I need to handle a multiple windows interface. Is it possible to create a multi-window application with only one GL context based on the Application class.
I have seen that this request as already been asked by @LB-- and in the issue #124 but I would like to know if it is currently available. Thank you for answer.
The text was updated successfully, but these errors were encountered: