Two windows fullscreen on two different screen.

Posted by sirithang on Stack Overflow See other posts from Stack Overflow or by sirithang
Published on 2010-04-26T09:53:33Z Indexed on 2010/04/26 10:13 UTC
Read the original article Hit count: 283

Filed under:
|
|
|

Hi!

I'm actually working on an app to display an image onto a Dome.

The dome projection system is constitued of two projector and a pc running a GentoO Linux and KDE, with nvidia TwinView system.

Since here i've used SDL to display a fullscreen windows, and it display my app onto the two screen.

But i just figured that i need to project two different images, one on each projector.

That's why i search for a solution to display a fullscreen window on the first screen (projector) and another on the second. But SDL fullscreen just extend the window to the two screens.

I can use any librairie (since it light and free, as i will wrap it into my small "API"), or change display setting. BTW it would be nice to have openGL support, since SDL manage only one window ^^"

© Stack Overflow or respective owner

Related posts about c++

Related posts about linux