Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

Is it possible to create multiple windows with glut?

$
0
0

@aaa wrote:

Syphon, for example, requires an ofAppGlutWindow window instance instead of ofAppBaseWindow. I can get multiple windows going with ofAppBaseWindow well enough, but not with glut.

I’ve tried something like the following:

shared_ptr<ofAppGlutWindow> mainWindow = ofCreateWindow(settings);

But I get this error: No viable conversion from ‘shared_ptr’ to ‘shared_ptr’ which seems weird because ofAppGlutWindow extends ofAppBaseWindow, right?

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4929

Trending Articles