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

Multiple screen support #3806

Closed
hateom opened this issue Feb 12, 2021 · 3 comments
Closed

Multiple screen support #3806

hateom opened this issue Feb 12, 2021 · 3 comments

Comments

@hateom
Copy link

hateom commented Feb 12, 2021

Would it be possible to have imgui across 2 (or more) screens? Meaning multiple OpenGL contexts. Should work on Windows and macOS.
many tips would be appreciated.

@ocornut
Copy link
Owner

ocornut commented Feb 12, 2021

This is generally what the multi-viewports function does:

https://github.com/ocornut/imgui/wiki/Multi-Viewports

And

#1542

@hateom
Copy link
Author

hateom commented Feb 12, 2021

Fantastic! Thought this only works on Windows. I'm going to try it right away.

@ocornut
Copy link
Owner

ocornut commented Feb 14, 2021

It should work well on OSX.

@ocornut ocornut closed this as completed Feb 14, 2021
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