ofxFenster
ofxFenster copied to clipboard
[DEPRECATED] a multiwindow manager for openframeworks 007
just wondering how much Ghost was being used in ofxFenster and how hard it would be to replace it with something else. because Ghost is GPL it makes ofxFenster GPL...
some way to retrieve display info. display dimensions, number of displays, are they separated or twin view, etc...
this line https://github.com/underdoeg/ofxFenster/blob/master/libs/ghost/include/GHOST_IWindow.h#L131 causes warnings like this: ``` ../openFrameworks/addons/ofxFenster/libs/ghost/include/GHOST_IWindow.h: In member function ‘virtual GHOST_TSuccess GHOST_IWindow::setWindowOnTop(bool)’: ../openFrameworks/addons/ofxFenster/libs/ghost/include/GHOST_IWindow.h:131:59: warning: no return statement in function returning non-void ``` can we add just a...
I was told there are some problem with multiple displays on OS X. In this case 6 connected screens. The windows seem to work but there are problems positioning them...
Not that important. But it is already built into GHOST, so it shouldn't take too much effort to make it work,
On windows the example won't work. As soon as the ofImage is initialized, there is a null pointer somewhere...