[C++]Two windows fullscreen on two different screen.
- by sirithang
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 ^^"