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

Question about multi-window support in Platform::Appliciation for SDL2 #426

Closed
BoyeGuillaume opened this issue Mar 5, 2020 · 1 comment

Comments

@BoyeGuillaume
Copy link

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.

@mosra mosra modified the milestone: 2020.0a Mar 5, 2020
@mosra
Copy link
Owner

mosra commented Mar 5, 2020

Hi,

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants