Multiple Displays

Hi i’m using openGL on mac OSX and I possibly need to handle two different displays in full screen mode, for example one with menus info etc, and the other one with rendered animation. Im using GLUT right now but I dont think it can handle this kind of task, maybe using CGL directly its possible.
Any help would be great !
thanks

Hi,

You can create two viewports to do that.