Hello,

i already worked with qt but not with qt-openGL (or only very little).

For my current project i need to render a 3D-room. I might want to use a 3D-engine but i am considering using openGL and qt (i am not sure if it sufficient to use openGL to create the 3D-room).
One problem is i need a player with 2 eyes and want to render one viewport for each eye. To start with i want to try and show the two viewports on 2 monitors (probably using two video-cards).

Is this possible with qt? And is someone here who knows which classes i need to build a sample project? I first want to evaluate the possibility to do this with qt so i can decide how to start the project.